Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dagheader_repair.c214 agf->agf_fllast = old_agf->agf_fllast; in xrep_agf_init_header()
622 agf->agf_fllast = cpu_to_be32(flcount - 1); in xrep_agfl_update_agf()
624 agf->agf_fllast = cpu_to_be32(xfs_agfl_size(sc->mp) - 1); in xrep_agfl_update_agf()
H A Dagheader.c664 agfl_last = be32_to_cpu(agf->agf_fllast); in xchk_agf()
/linux/fs/xfs/libxfs/
H A Dxfs_ag.c503 agf->agf_fllast = 0; in xfs_agfblock_init()
H A Dxfs_format.h537 __be32 agf_fllast; /* last freelist block's index */ member
/linux/fs/xfs/
H A Dxfs_trace.h2136 __entry->fllast = be32_to_cpu(agf->agf_fllast),