Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_alloc.c2076 uint32_t l = be32_to_cpu(agf->agf_fllast); in xfs_agfl_needs_reset()
2137 agf->agf_fllast = cpu_to_be32(xfs_agfl_size(mp) - 1); in xfs_agfl_reset()
2405 offsetof(xfs_agf_t, agf_fllast), in xfs_alloc_log_agf()
2474 be32_add_cpu(&agf->agf_fllast, 1); in xfs_alloc_put_freelist()
2475 if (be32_to_cpu(agf->agf_fllast) == xfs_agfl_size(mp)) in xfs_alloc_put_freelist()
2476 agf->agf_fllast = 0; in xfs_alloc_put_freelist()
2497 blockp = &agfl_bno[be32_to_cpu(agf->agf_fllast)]; in xfs_alloc_put_freelist()
2528 be32_to_cpu(agf->agf_fllast) < xfs_agfl_size(mp) && in xfs_agf_verify()
Dxfs_format.h643 __be32 agf_fllast; /* last freelist block's index */ member
/fs/xfs/
Dxfs_fsops.c258 agf->agf_fllast = 0; in xfs_growfs_data_private()
Dxfs_trace.h1548 __entry->fllast = be32_to_cpu(agf->agf_fllast),