Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/scrub/ !
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()
Dxfarray.h47 bool xfarray_element_is_null(struct xfarray *array, const void *ptr);
/linux-6.12.1/Documentation/filesystems/xfs/ !
Dxfs-online-fsck-design.rst2016 Null records are detected by calling ``xfarray_element_is_null``.