Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_alloc.c2101 offsetof(xfs_agf_t, agf_fllast), in xfs_alloc_log_agf()
2164 be32_add_cpu(&agf->agf_fllast, 1); in xfs_alloc_put_freelist()
2165 if (be32_to_cpu(agf->agf_fllast) == XFS_AGFL_SIZE(mp)) in xfs_alloc_put_freelist()
2166 agf->agf_fllast = 0; in xfs_alloc_put_freelist()
2186 blockp = &agfl_bno[be32_to_cpu(agf->agf_fllast)]; in xfs_alloc_put_freelist()
2213 be32_to_cpu(agf->agf_fllast) < XFS_AGFL_SIZE(mp) && in xfs_agf_verify()
Dxfs_format.h597 __be32 agf_fllast; /* last freelist block's index */ member
/linux-4.1.27/fs/xfs/
Dxfs_fsops.c245 agf->agf_fllast = 0; in xfs_growfs_data_private()
Dxfs_trace.h1470 __entry->fllast = be32_to_cpu(agf->agf_fllast),