Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Dxfarray.c156 if (!error && xfarray_element_is_null(array, temp)) in xfarray_is_unset()
210 ASSERT(!xfarray_element_is_null(array, ptr)); in xfarray_store()
223 xfarray_element_is_null( in xfarray_element_is_null() function
250 if (error || !xfarray_element_is_null(array, temp)) in xfarray_store_anywhere()
365 } while (xfarray_element_is_null(array, rec)); in xfarray_load_next()
H A Dxfarray.h46 bool xfarray_element_is_null(struct xfarray *array, const void *ptr);
/openbmc/linux/Documentation/filesystems/
H A Dxfs-online-fsck-design.rst2023 Null records are detected by calling ``xfarray_element_is_null``.