Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/libxfs/
Dxfs_btree_staging.h18 unsigned int af_blocks; member
Dxfs_ialloc_btree.c529 agi->agi_iblocks = cpu_to_be32(afake->af_blocks); in xfs_inobt_commit_staged_btree()
539 agi->agi_fblocks = cpu_to_be32(afake->af_blocks); in xfs_inobt_commit_staged_btree()
Dxfs_refcount_btree.c409 agf->agf_refcount_blocks = cpu_to_be32(afake->af_blocks); in xfs_refcountbt_commit_staged_btree()
Dxfs_btree_staging.c859 cur->bc_ag.afake->af_blocks = total_blocks; in xfs_btree_bload()
Dxfs_rmap_btree.c568 agf->agf_rmap_blocks = cpu_to_be32(afake->af_blocks); in xfs_rmapbt_commit_staged_btree()
/Linux-v6.6/fs/xfs/
Dxfs_trace.h4094 __entry->blocks = cur->bc_ag.afake->af_blocks;