Home
last modified time | relevance | path

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

/fs/xfs/scrub/
A Drefcount_repair.c413 uint64_t old_stack_height; in xrep_refc_find_refcounts() local
458 old_stack_height = rcbag_count(rcstack); in xrep_refc_find_refcounts()
480 if (rcbag_count(rcstack) != old_stack_height) { in xrep_refc_find_refcounts()
481 if (old_stack_height > 1) { in xrep_refc_find_refcounts()
485 old_stack_height); in xrep_refc_find_refcounts()
495 old_stack_height = rcbag_count(rcstack); in xrep_refc_find_refcounts()
A Drtrefcount_repair.c446 uint64_t old_stack_height; in xrep_rtrefc_find_refcounts() local
500 old_stack_height = rcbag_count(rcstack); in xrep_rtrefc_find_refcounts()
522 if (rcbag_count(rcstack) != old_stack_height) { in xrep_rtrefc_find_refcounts()
523 if (old_stack_height > 1) { in xrep_rtrefc_find_refcounts()
527 old_stack_height); in xrep_rtrefc_find_refcounts()
537 old_stack_height = rcbag_count(rcstack); in xrep_rtrefc_find_refcounts()

Completed in 9 milliseconds