Searched refs:cbno (Results 1 – 3 of 3) sorted by relevance
| /fs/xfs/scrub/ |
| A D | refcount_repair.c | 415 xfs_agblock_t cbno; in xrep_refc_find_refcounts() local 446 sbno = cbno = rmap.rm_startblock; 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()
|
| A D | rtrefcount_repair.c | 448 xfs_rgblock_t cbno; in xrep_rtrefc_find_refcounts() local 488 sbno = cbno = rmap.rm_startblock; in xrep_rtrefc_find_refcounts() 521 ASSERT(nbno > cbno); in xrep_rtrefc_find_refcounts() 526 cbno, nbno - cbno, in xrep_rtrefc_find_refcounts() 531 cbno = nbno; in xrep_rtrefc_find_refcounts()
|
| /fs/xfs/libxfs/ |
| A D | xfs_bmap.c | 571 xfs_fsblock_t cbno; /* child block number */ in xfs_bmap_btree_to_extents() local 589 cbno = be64_to_cpu(*pp); in xfs_bmap_btree_to_extents() 591 if (XFS_IS_CORRUPT(cur->bc_mp, !xfs_verify_fsbno(mp, cbno))) { in xfs_bmap_btree_to_extents() 596 error = xfs_bmap_read_buf(mp, tp, cbno, &cbp); in xfs_bmap_btree_to_extents() 606 error = xfs_free_extent_later(cur->bc_tp, cbno, 1, &oinfo, in xfs_bmap_btree_to_extents()
|
Completed in 15 milliseconds