Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_alloc.c1943 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()
Dxfs_format.h629 __be32 agf_fllast; /* last freelist block's index */ member
/fs/xfs/
Dxfs_fsops.c247 agf->agf_fllast = 0; in xfs_growfs_data_private()
Dxfs_trace.h1520 __entry->fllast = be32_to_cpu(agf->agf_fllast),