Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drefcount_repair.c104 struct xfarray *refcount_records; member
194 return xfarray_append(rr->refcount_records, &irec); in xrep_refc_stash()
337 error = xfarray_sort(rr->refcount_records, xrep_refc_extent_cmp, in xrep_refc_sort_records()
342 foreach_xfarray_idx(rr->refcount_records, cur) { in xrep_refc_sort_records()
346 error = xfarray_load(rr->refcount_records, cur, &irec); in xrep_refc_sort_records()
532 error = xfarray_load(rr->refcount_records, rr->array_cur++, in xrep_refc_get_records()
616 xfarray_length(rr->refcount_records)); in xrep_refc_build_new_tree()
723 &rr->refcount_records); in xrep_refcountbt()
746 xfarray_destroy(rr->refcount_records); in xrep_refcountbt()
H A Drtrefcount_repair.c109 struct xfarray *refcount_records; member
191 return xfarray_append(rr->refcount_records, &irec); in xrep_rtrefc_stash()
325 error = xfarray_sort(rr->refcount_records, xrep_rtrefc_extent_cmp, in xrep_rtrefc_sort_records()
330 foreach_xfarray_idx(rr->refcount_records, cur) { in xrep_rtrefc_sort_records()
334 error = xfarray_load(rr->refcount_records, cur, &irec); in xrep_rtrefc_sort_records()
573 error = xfarray_load(rr->refcount_records, rr->array_cur++, in xrep_rtrefc_get_records()
646 xfarray_length(rr->refcount_records)); in xrep_rtrefc_build_new_tree()
728 &rr->refcount_records); in xrep_rtrefcountbt()
757 xfarray_destroy(rr->refcount_records); in xrep_rtrefcountbt()