Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
A Dxfs_alloc_btree.c56 be32_add_cpu(&agf->agf_bno_level, inc); in xfs_allocbt_set_root()
492 cur->bc_nlevels = be32_to_cpu(agf->agf_bno_level); in xfs_bnobt_init_cursor()
540 agf->agf_bno_level = cpu_to_be32(afake->af_levels); in xfs_allocbt_commit_staged_btree()
A Dxfs_alloc.c3104 offsetof(xfs_agf_t, agf_bno_level), /* also cnt/rmap levels */ in xfs_alloc_log_agf()
3281 if (be32_to_cpu(agf->agf_bno_level) < 1 || in xfs_agf_verify()
3283 be32_to_cpu(agf->agf_bno_level) > mp->m_alloc_maxlevels || in xfs_agf_verify()
3423 pag->pagf_bno_level = be32_to_cpu(agf->agf_bno_level); in xfs_alloc_read_agf()
3469 ok &= pag->pagf_bno_level == be32_to_cpu(agf->agf_bno_level); in xfs_alloc_read_agf()
A Dxfs_ag.c503 agf->agf_bno_level = cpu_to_be32(1); in xfs_agfblock_init()
A Dxfs_format.h532 __be32 agf_bno_level; /* bnobt btree levels */ member
/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.c634 level = be32_to_cpu(agf->agf_bno_level); in xchk_agf()
/fs/xfs/
A Dxfs_trace.h2102 __entry->bno_level = be32_to_cpu(agf->agf_bno_level),

Completed in 716 milliseconds