Searched refs:xfarray_sort (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | xfarray.h | 190 int xfarray_sort(struct xfarray *array, xfarray_cmp_fn cmp_fn,
|
D | alloc_repair.c | 307 error = xfarray_sort(ra->free_records, xrep_bnobt_extent_cmp, 0); in xrep_bnobt_sort_records() 351 return xfarray_sort(ra->free_records, xrep_cntbt_extent_cmp, in xrep_cntbt_sort_records()
|
D | refcount_repair.c | 337 error = xfarray_sort(rr->refcount_records, xrep_refc_extent_cmp, in xrep_refc_sort_records()
|
D | bmap_repair.c | 320 error = xfarray_sort(rb->bmap_records, xrep_bmap_extent_cmp, in xrep_bmap_sort_records()
|
D | xfarray.c | 904 xfarray_sort( in xfarray_sort() function
|
D | trace.h | 1127 TRACE_EVENT(xfarray_sort,
|
/linux-6.12.1/Documentation/filesystems/xfs/ |
D | xfs-online-fsck-design.rst | 1946 :ref:`sorting<xfarray_sort>` algorithms and the :ref:`in-memory 2027 rebuilding btree data), the ``xfarray_sort`` function can arrange the sorted
|