Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_refcount_btree.c49 be32_add_cpu(&agf->agf_refcount_level, inc); in xfs_refcountbt_set_root()
376 cur->bc_nlevels = be32_to_cpu(agf->agf_refcount_level); in xfs_refcountbt_init_cursor()
397 agf->agf_refcount_level = cpu_to_be32(afake->af_levels); in xfs_refcountbt_commit_staged_btree()
A Dxfs_alloc.c3104 offsetof(xfs_agf_t, agf_refcount_level), in xfs_alloc_log_agf()
3295 if (be32_to_cpu(agf->agf_refcount_level) < 1 || in xfs_agf_verify()
3296 be32_to_cpu(agf->agf_refcount_level) > mp->m_refc_maxlevels) in xfs_agf_verify()
3416 pag->pagf_refcount_level = be32_to_cpu(agf->agf_refcount_level); in xfs_alloc_read_agf()
A Dxfs_ag.c599 agf->agf_refcount_level = cpu_to_be32(1); in xfs_agfblock_init()
A Dxfs_format.h520 __be32 agf_refcount_level; /* refcount btree levels */ member
/linux/fs/xfs/scrub/
A Dagheader_repair.c243 agf->agf_refcount_level = in xrep_agf_set_roots()
335 pag->pagf_refcount_level = be32_to_cpu(agf->agf_refcount_level); in xrep_agf_commit_new()
A Dagheader.c590 level = be32_to_cpu(agf->agf_refcount_level); in xchk_agf()

Completed in 27 milliseconds