Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H 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()
H A Dagheader.c634 level = be32_to_cpu(agf->agf_bno_level); in xchk_agf()
/linux/fs/xfs/libxfs/
H A Dxfs_ag.c494 agf->agf_bno_level = cpu_to_be32(1); in xfs_agfblock_init()
H A Dxfs_format.h532 __be32 agf_bno_level; /* bnobt btree levels */ member
/linux/fs/xfs/
H A Dxfs_trace.h2133 __entry->bno_level = be32_to_cpu(agf->agf_bno_level),