Home
last modified time | relevance | path

Searched refs:unset_slots (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Dxfarray.c152 if (array->unset_slots == 0) in xfarray_is_unset()
191 array->unset_slots++; in xfarray_unset()
246 pos < endpos && array->unset_slots > 0; in xfarray_store_anywhere()
258 array->unset_slots--; in xfarray_store_anywhere()
263 array->unset_slots = 0; in xfarray_store_anywhere()
687 if (likely(si->array->unset_slots == 0)) { in xfarray_qsort_pivot()
Dxfarray.h31 uint64_t unset_slots; member