Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_refcount_btree.c89 be32_add_cpu(&agf->agf_refcount_blocks, 1); in xfs_refcountbt_alloc_block()
109 be32_add_cpu(&agf->agf_refcount_blocks, -1); in xfs_refcountbt_free_block()
398 agf->agf_refcount_blocks = cpu_to_be32(afake->af_blocks); in xfs_refcountbt_commit_staged_btree()
510 tree_len = be32_to_cpu(agf->agf_refcount_blocks); in xfs_refcountbt_calc_reserves()
A Dxfs_ag.c600 agf->agf_refcount_blocks = cpu_to_be32(1); in xfs_agfblock_init()
A Dxfs_format.h517 __be32 agf_refcount_blocks; /* refcountbt blocks used */ member
A Dxfs_alloc.c3102 offsetof(xfs_agf_t, agf_refcount_blocks), in xfs_alloc_log_agf()
3292 if (be32_to_cpu(agf->agf_refcount_blocks) > agf_length) in xfs_agf_verify()
/linux/fs/xfs/scrub/
A Dagheader.c495 if (blocks != be32_to_cpu(agf->agf_refcount_blocks)) in xchk_agf_xref_refcblks()
A Dagheader_repair.c302 agf->agf_refcount_blocks = cpu_to_be32(blocks); in xrep_agf_calc_from_btrees()

Completed in 25 milliseconds