Home
last modified time | relevance | path

Searched refs:xfarray_idx_t (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/xfs/scrub/
H A Dxfarray.h10 typedef uint64_t xfarray_idx_t; typedef
11 #define XFARRAY_CURSOR_INIT ((__force xfarray_idx_t)0)
24 xfarray_idx_t nr;
27 xfarray_idx_t max_nr;
42 int xfarray_load(struct xfarray *array, xfarray_idx_t idx, void *ptr);
43 int xfarray_unset(struct xfarray *array, xfarray_idx_t idx);
44 int xfarray_store(struct xfarray *array, xfarray_idx_t idx, const void *ptr);
55 int xfarray_load_next(struct xfarray *array, xfarray_idx_t *idx, void *rec);
H A Dxfarray.c42 static xfarray_idx_t
133 xfarray_idx_t idx, in xfarray_load()
169 xfarray_idx_t idx) in xfarray_unset()
202 xfarray_idx_t idx, in xfarray_store()
288 xfarray_idx_t *cur, in xfarray_find_data()
544 xfarray_idx_t lo, in xfarray_isort()
545 xfarray_idx_t hi) in xfarray_isort()
605 xfarray_idx_t lo, in xfarray_want_pagesort()
606 xfarray_idx_t hi) in xfarray_want_pagesort()
624 xfarray_idx_t lo, in xfarray_pagesort()
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dxfs-online-fsck-design.rst2059 xfarray_idx_t i;
2077 xfarray_idx_t i = XFARRAY_CURSOR_INIT;