Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Dxfarray.h42 int xfarray_load(struct xfarray *array, xfarray_idx_t idx, void *ptr);
H A Dxfarray.c131 xfarray_load( in xfarray_load() function
359 error = xfarray_load(array, cur, rec); in xfarray_load_next()
393 return xfarray_load(si->array, idx, ptr); in xfarray_sort_load()
/openbmc/linux/Documentation/filesystems/
H A Dxfs-online-fsck-design.rst2018 Access to array elements is performed programmatically via ``xfarray_load`` and
2061 xfarray_load(array, i, &rec);