Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/libxfs/
Dxfs_refcount_btree.c45 be32_add_cpu(&agf->agf_refcount_level, inc); in xfs_refcountbt_set_root()
337 cur->bc_nlevels = be32_to_cpu(agf->agf_refcount_level); in xfs_refcountbt_init_cursor()
Dxfs_alloc.c2481 offsetof(xfs_agf_t, agf_refcount_level), in xfs_alloc_log_agf()
2626 (be32_to_cpu(agf->agf_refcount_level) < 1 || in xfs_agf_verify()
2627 be32_to_cpu(agf->agf_refcount_level) > XFS_BTREE_MAXLEVELS)) in xfs_agf_verify()
2752 pag->pagf_refcount_level = be32_to_cpu(agf->agf_refcount_level); in xfs_alloc_read_agf()
Dxfs_ag.c272 agf->agf_refcount_level = cpu_to_be32(1); in xfs_agfblock_init()
Dxfs_format.h647 __be32 agf_refcount_level; /* refcount btree levels */ member
/Linux-v5.4/fs/xfs/scrub/
Dagheader_repair.c228 agf->agf_refcount_level = in xrep_agf_set_roots()
325 pag->pagf_refcount_level = be32_to_cpu(agf->agf_refcount_level); in xrep_agf_commit_new()
Dagheader.c567 level = be32_to_cpu(agf->agf_refcount_level); in xchk_agf()