Searched refs:nbno (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | refcount_repair.c | 416 xfs_agblock_t nbno; in xrep_refc_find_refcounts() local 453 error = rcbag_next_edge(rcstack, sc->tp, &rmap, have, &nbno); in xrep_refc_find_refcounts() 457 ASSERT(nbno > sbno); in xrep_refc_find_refcounts() 463 error = rcbag_remove_ending_at(rcstack, sc->tp, nbno); in xrep_refc_find_refcounts() 473 nbno, &rmap, &have); in xrep_refc_find_refcounts() 479 ASSERT(nbno > cbno); in xrep_refc_find_refcounts() 484 cbno, nbno - cbno, in xrep_refc_find_refcounts() 489 cbno = nbno; in xrep_refc_find_refcounts() 496 sbno = nbno; in xrep_refc_find_refcounts() 500 &nbno); in xrep_refc_find_refcounts() [all …]
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_alloc.c | 2053 xfs_agblock_t nbno; /* new starting block of freesp */ in xfs_free_ag_extent() local 2233 nbno = ltbno; in xfs_free_ag_extent() 2235 if ((error = xfs_alloc_update(bno_cur, nbno, nlen))) in xfs_free_ag_extent() 2271 nbno = ltbno; in xfs_free_ag_extent() 2273 if ((error = xfs_alloc_update(bno_cur, nbno, nlen))) in xfs_free_ag_extent() 2302 nbno = bno; in xfs_free_ag_extent() 2304 if ((error = xfs_alloc_update(bno_cur, nbno, nlen))) in xfs_free_ag_extent() 2312 nbno = bno; in xfs_free_ag_extent() 2332 if ((error = xfs_alloc_lookup_eq(cnt_cur, nbno, nlen, &i))) in xfs_free_ag_extent()
|