Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_alloc.c2371 uint32_t l = be32_to_cpu(agf->agf_fllast); in xfs_agfl_needs_reset()
2432 agf->agf_fllast = cpu_to_be32(xfs_agfl_size(mp) - 1); in xfs_agfl_reset()
2727 offsetof(xfs_agf_t, agf_fllast), in xfs_alloc_log_agf()
2792 be32_add_cpu(&agf->agf_fllast, 1); in xfs_alloc_put_freelist()
2793 if (be32_to_cpu(agf->agf_fllast) == xfs_agfl_size(mp)) in xfs_alloc_put_freelist()
2794 agf->agf_fllast = 0; in xfs_alloc_put_freelist()
2814 blockp = &agfl_bno[be32_to_cpu(agf->agf_fllast)]; in xfs_alloc_put_freelist()
2846 be32_to_cpu(agf->agf_fllast) < xfs_agfl_size(mp) && in xfs_agf_verify()
3428 if (i == be32_to_cpu(agf->agf_fllast)) in xfs_agfl_walk()
Dxfs_ag.c265 agf->agf_fllast = 0; in xfs_agfblock_init()
Dxfs_format.h672 __be32 agf_fllast; /* last freelist block's index */ member
/kernel/linux/linux-5.10/fs/xfs/scrub/
Dagheader_repair.c193 agf->agf_fllast = old_agf->agf_fllast; in xrep_agf_init_header()
557 agf->agf_fllast = cpu_to_be32(flcount - 1); in xrep_agfl_update_agf()
Dagheader.c574 agfl_last = be32_to_cpu(agf->agf_fllast); in xchk_agf()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_trace.h1580 __entry->fllast = be32_to_cpu(agf->agf_fllast),