Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/scrub/
Drefcount_repair.c118 xfs_extlen_t btblocks; member
277 rr->btblocks += rmap->rm_blockcount; in xrep_refc_walk_rmaps()
/linux-6.12.1/fs/xfs/
Dxfs_bmap_util.c114 xfs_extlen_t btblocks = 0; in xfs_bmap_count_blocks() local
130 error = xfs_btree_count_blocks(cur, &btblocks); in xfs_bmap_count_blocks()
140 *count += btblocks - 1; in xfs_bmap_count_blocks()