Home
last modified time | relevance | path

Searched refs:xfarray_element_is_null (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/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);

Completed in 3 milliseconds