Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drefcount_repair.c452 old_stack_height = rcbag_count(rcstack); in xrep_refc_find_refcounts()
455 while (rcbag_count(rcstack) > 0) { in xrep_refc_find_refcounts()
474 if (rcbag_count(rcstack) != old_stack_height) { in xrep_refc_find_refcounts()
487 if (rcbag_count(rcstack) == 0) in xrep_refc_find_refcounts()
489 old_stack_height = rcbag_count(rcstack); in xrep_refc_find_refcounts()
502 ASSERT(rcbag_count(rcstack) == 0); in xrep_refc_find_refcounts()
H A Drtrefcount_repair.c494 old_stack_height = rcbag_count(rcstack); in xrep_rtrefc_find_refcounts()
497 while (rcbag_count(rcstack) > 0) { in xrep_rtrefc_find_refcounts()
516 if (rcbag_count(rcstack) != old_stack_height) { in xrep_rtrefc_find_refcounts()
529 if (rcbag_count(rcstack) == 0) in xrep_rtrefc_find_refcounts()
531 old_stack_height = rcbag_count(rcstack); in xrep_rtrefc_find_refcounts()
544 ASSERT(rcbag_count(rcstack) == 0); in xrep_rtrefc_find_refcounts()
H A Drcbag.h18 uint64_t rcbag_count(const struct rcbag *bag);
H A Drcbag.c131 rcbag_count( in rcbag_count() function