Home
last modified time | relevance | path

Searched refs:agf_refcount_level (Results 1 – 4 of 4) sorted by relevance

/fs/xfs/libxfs/
Dxfs_refcount_btree.c62 be32_add_cpu(&agf->agf_refcount_level, inc); in xfs_refcountbt_set_root()
355 cur->bc_nlevels = be32_to_cpu(agf->agf_refcount_level); in xfs_refcountbt_init_cursor()
Dxfs_alloc.c2414 offsetof(xfs_agf_t, agf_refcount_level), in xfs_alloc_log_agf()
2557 (be32_to_cpu(agf->agf_refcount_level) < 1 || in xfs_agf_verify()
2558 be32_to_cpu(agf->agf_refcount_level) > XFS_BTREE_MAXLEVELS)) in xfs_agf_verify()
2680 pag->pagf_refcount_level = be32_to_cpu(agf->agf_refcount_level); in xfs_alloc_read_agf()
Dxfs_format.h655 __be32 agf_refcount_level; /* refcount btree levels */ member
/fs/xfs/
Dxfs_fsops.c268 agf->agf_refcount_level = cpu_to_be32(1); in xfs_growfs_data_private()