Home
last modified time | relevance | path

Searched refs:agf_bno_level (Results 1 – 7 of 7) sorted by relevance

/linux/fs/xfs/libxfs/
A Dxfs_alloc_btree.c56 be32_add_cpu(&agf->agf_bno_level, inc); in xfs_allocbt_set_root()
500 cur->bc_nlevels = be32_to_cpu(agf->agf_bno_level); in xfs_bnobt_init_cursor()
548 agf->agf_bno_level = cpu_to_be32(afake->af_levels); in xfs_allocbt_commit_staged_btree()
A Dxfs_alloc.c3093 offsetof(xfs_agf_t, agf_bno_level), /* also cnt/rmap levels */ in xfs_alloc_log_agf()
3272 if (be32_to_cpu(agf->agf_bno_level) < 1 || in xfs_agf_verify()
3274 be32_to_cpu(agf->agf_bno_level) > mp->m_alloc_maxlevels || in xfs_agf_verify()
3413 pag->pagf_bno_level = be32_to_cpu(agf->agf_bno_level); in xfs_alloc_read_agf()
3444 ASSERT(pag->pagf_bno_level == be32_to_cpu(agf->agf_bno_level)); in xfs_alloc_read_agf()
A Dxfs_ag.c580 agf->agf_bno_level = cpu_to_be32(1); in xfs_agfblock_init()
A Dxfs_format.h503 __be32 agf_bno_level; /* bnobt btree levels */ member
/linux/fs/xfs/scrub/
A Dagheader_repair.c232 agf->agf_bno_level = cpu_to_be32(fab[XREP_AGF_BNOBT].height); in xrep_agf_set_roots()
332 pag->pagf_bno_level = be32_to_cpu(agf->agf_bno_level); in xrep_agf_commit_new()
A Dagheader.c567 level = be32_to_cpu(agf->agf_bno_level); in xchk_agf()
/linux/fs/xfs/
A Dxfs_trace.h1725 __entry->bno_level = be32_to_cpu(agf->agf_bno_level),

Completed in 34 milliseconds