Home
last modified time | relevance | path

Searched refs:agf_refcount_level (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_refcount_btree.c45 be32_add_cpu(&agf->agf_refcount_level, inc); in xfs_refcountbt_set_root()
354 cur->bc_nlevels = be32_to_cpu(agf->agf_refcount_level); in xfs_refcountbt_init_cursor()
389 agf->agf_refcount_level = cpu_to_be32(afake->af_levels); in xfs_refcountbt_commit_staged_btree()
H A Dxfs_alloc.c2736 offsetof(xfs_agf_t, agf_refcount_level), in xfs_alloc_log_agf()
2891 (be32_to_cpu(agf->agf_refcount_level) < 1 || in xfs_agf_verify()
2892 be32_to_cpu(agf->agf_refcount_level) > XFS_BTREE_MAXLEVELS)) in xfs_agf_verify()
3016 pag->pagf_refcount_level = be32_to_cpu(agf->agf_refcount_level); in xfs_alloc_read_agf()
H A Dxfs_ag.c275 agf->agf_refcount_level = cpu_to_be32(1); in xfs_agfblock_init()
H A Dxfs_format.h684 __be32 agf_refcount_level; /* refcount btree levels */ member
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_refcount_btree.c48 be32_add_cpu(&agf->agf_refcount_level, inc); in xfs_refcountbt_set_root()
373 cur->bc_nlevels = be32_to_cpu(agf->agf_refcount_level); in xfs_refcountbt_init_cursor()
408 agf->agf_refcount_level = cpu_to_be32(afake->af_levels); in xfs_refcountbt_commit_staged_btree()
H A Dxfs_alloc.c2908 offsetof(xfs_agf_t, agf_refcount_level), in xfs_alloc_log_agf()
3102 if (be32_to_cpu(agf->agf_refcount_level) < 1 || in xfs_agf_verify()
3103 be32_to_cpu(agf->agf_refcount_level) > mp->m_refc_maxlevels) in xfs_agf_verify()
3224 pag->pagf_refcount_level = be32_to_cpu(agf->agf_refcount_level); in xfs_alloc_read_agf()
H A Dxfs_ag.c683 agf->agf_refcount_level = cpu_to_be32(1); in xfs_agfblock_init()
H A Dxfs_format.h518 __be32 agf_refcount_level; /* refcount btree levels */ member
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A 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()
H A Dagheader.c567 level = be32_to_cpu(agf->agf_refcount_level); in xchk_agf()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dagheader_repair.c244 agf->agf_refcount_level = in xrep_agf_set_roots()
341 pag->pagf_refcount_level = be32_to_cpu(agf->agf_refcount_level); in xrep_agf_commit_new()
H A Dagheader.c590 level = be32_to_cpu(agf->agf_refcount_level); in xchk_agf()

Completed in 25 milliseconds