Searched refs:agf_fllast (Results 1 – 4 of 4) sorted by relevance
1943 uint32_t l = be32_to_cpu(agf->agf_fllast); in xfs_agfl_needs_reset()2004 agf->agf_fllast = cpu_to_be32(XFS_AGFL_SIZE(mp) - 1); in xfs_agfl_reset()2253 offsetof(xfs_agf_t, agf_fllast), in xfs_alloc_log_agf()2316 be32_add_cpu(&agf->agf_fllast, 1); in xfs_alloc_put_freelist()2317 if (be32_to_cpu(agf->agf_fllast) == XFS_AGFL_SIZE(mp)) in xfs_alloc_put_freelist()2318 agf->agf_fllast = 0; in xfs_alloc_put_freelist()2339 blockp = &agfl_bno[be32_to_cpu(agf->agf_fllast)]; in xfs_alloc_put_freelist()2370 be32_to_cpu(agf->agf_fllast) < XFS_AGFL_SIZE(mp) && in xfs_agf_verify()
629 __be32 agf_fllast; /* last freelist block's index */ member
247 agf->agf_fllast = 0; in xfs_growfs_data_private()
1520 __entry->fllast = be32_to_cpu(agf->agf_fllast),