Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_rmap_btree.c108 be32_add_cpu(&agf->agf_rmap_blocks, 1); in xfs_rmapbt_alloc_block()
131 be32_add_cpu(&agf->agf_rmap_blocks, -1); in xfs_rmapbt_free_block()
521 agf->agf_rmap_blocks = cpu_to_be32(afake->af_blocks); in xfs_rmapbt_commit_staged_btree()
620 tree_len = be32_to_cpu(agf->agf_rmap_blocks); in xfs_rmapbt_calc_reserves()
Dxfs_ag.c261 agf->agf_rmap_blocks = cpu_to_be32(1); in xfs_agfblock_init()
Dxfs_format.h680 __be32 agf_rmap_blocks; /* rmapbt blocks used */ member
Dxfs_alloc.c2733 offsetof(xfs_agf_t, agf_rmap_blocks), in xfs_alloc_log_agf()
2869 be32_to_cpu(agf->agf_rmap_blocks) > be32_to_cpu(agf->agf_length)) in xfs_agf_verify()
/kernel/linux/linux-5.10/fs/xfs/scrub/
Dagheader_repair.c276 agf->agf_rmap_blocks = cpu_to_be32(blocks); in xrep_agf_calc_from_btrees()
Dagheader.c425 if (blocks != be32_to_cpu(agf->agf_rmap_blocks)) in xchk_agf_xref_btreeblks()