Home
last modified time | relevance | path

Searched refs:af_blocks (Results 1 – 7 of 7) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_btree_staging.h18 unsigned int af_blocks; member
H A Dxfs_ialloc_btree.c544 agi->agi_iblocks = cpu_to_be32(afake->af_blocks); in xfs_inobt_commit_staged_btree()
554 agi->agi_fblocks = cpu_to_be32(afake->af_blocks); in xfs_inobt_commit_staged_btree()
H A Dxfs_refcount_btree.c397 agf->agf_refcount_blocks = cpu_to_be32(afake->af_blocks); in xfs_refcountbt_commit_staged_btree()
H A Dxfs_btree_staging.c799 cur->bc_ag.afake->af_blocks = total_blocks; in xfs_btree_bload()
H A Dxfs_rmap_btree.c692 agf->agf_rmap_blocks = cpu_to_be32(afake->af_blocks); in xfs_rmapbt_commit_staged_btree()
/linux/fs/xfs/scrub/
H A Drmap_repair.c1194 rmap_btblocks = rr->new_btree.afake.af_blocks - 1; in xrep_rmap_reset_counters()
/linux/fs/xfs/
H A Dxfs_trace.h4744 __entry->blocks = cur->bc_ag.afake->af_blocks;