Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Dxfarray.h44 int xfarray_store(struct xfarray *array, xfarray_idx_t idx, const void *ptr);
51 return xfarray_store(array, array->nr, ptr); in xfarray_append()
H A Dxfarray.c200 xfarray_store( in xfarray_store() function
404 return xfarray_store(si->array, idx, ptr); in xfarray_sort_store()
/openbmc/linux/Documentation/filesystems/
H A Dxfs-online-fsck-design.rst2019 ``xfarray_store`` functions, which wrap the similarly-named xfile functions to