Searched refs:nbno (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | refcount_repair.c | 410 xfs_agblock_t nbno; in xrep_refc_find_refcounts() local 447 error = rcbag_next_edge(rcstack, sc->tp, &rmap, have, &nbno); in xrep_refc_find_refcounts() 451 ASSERT(nbno > sbno); in xrep_refc_find_refcounts() 457 error = rcbag_remove_ending_at(rcstack, sc->tp, nbno); in xrep_refc_find_refcounts() 467 nbno, &rmap, &have); in xrep_refc_find_refcounts() 473 ASSERT(nbno > cbno); in xrep_refc_find_refcounts() 478 cbno, nbno - cbno, in xrep_refc_find_refcounts() 483 cbno = nbno; in xrep_refc_find_refcounts() 490 sbno = nbno; in xrep_refc_find_refcounts() 494 &nbno); in xrep_refc_find_refcounts() [all …]
|