Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dagheader.c635 agbno = be32_to_cpu(agf->agf_bno_root); in xchk_agf()
H A Dagheader_repair.c231 agf->agf_bno_root = cpu_to_be32(fab[XREP_AGF_BNOBT].root); in xrep_agf_set_roots()
/linux/fs/xfs/libxfs/
H A Dxfs_format.h528 __be32 agf_bno_root; /* bnobt root block */ member
H A Dxfs_alloc.c3103 offsetof(xfs_agf_t, agf_bno_root), /* also cnt/rmap root */ in xfs_alloc_log_agf()
/linux/fs/xfs/
H A Dxfs_trace.h2131 __entry->bno_root = be32_to_cpu(agf->agf_bno_root),