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

/linux-master/fs/xfs/scrub/
H A Dxfarray.h47 bool xfarray_element_is_null(struct xfarray *array, const void *ptr);
H A Dxfarray.c156 if (!error && xfarray_element_is_null(array, temp))
210 ASSERT(!xfarray_element_is_null(array, ptr));
223 xfarray_element_is_null( function
250 if (error || !xfarray_element_is_null(array, temp))
365 } while (xfarray_element_is_null(array, rec));

Completed in 266 milliseconds