Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Dxfarray.c425 static inline xfarray_idx_t *xfarray_sortinfo_hi(struct xfarray_sortinfo *si) in xfarray_sortinfo_hi() function
488 xfarray_sortinfo_hi(si)[0] = array->nr - 1; in xfarray_sortinfo_alloc()
534 return xfarray_sortinfo_hi(si) + si->max_stack_depth; in xfarray_sortinfo_isort_scratch()
650 return xfarray_sortinfo_hi(si) + si->max_stack_depth; in xfarray_sortinfo_pivot()
951 si_hi = xfarray_sortinfo_hi(si); in xfarray_sort()