Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_alloc.c519 (void *)(__psunsigned_t)INT_GET(agf->agf_fllast, ARCH_CONVERT), in xfs_alloc_trace_modagf()
2071 offsetof(xfs_agf_t, agf_fllast), in xfs_alloc_log_agf()
2129 INT_MOD(agf->agf_fllast, ARCH_CONVERT, 1); in xfs_alloc_put_freelist()
2130 if (INT_GET(agf->agf_fllast, ARCH_CONVERT) == XFS_AGFL_SIZE(mp)) in xfs_alloc_put_freelist()
2131 INT_ZERO(agf->agf_fllast, ARCH_CONVERT); in xfs_alloc_put_freelist()
2137 blockp = &agfl->agfl_bno[INT_GET(agf->agf_fllast, ARCH_CONVERT)]; in xfs_alloc_put_freelist()
2190 INT_GET(agf->agf_fllast, ARCH_CONVERT) < XFS_AGFL_SIZE(mp) && in xfs_alloc_read_agf()
Dxfs_ag.h91 __uint32_t agf_fllast; /* last freelist block's index */ member
Dxfs_fsops.c224 INT_SET(agf->agf_fllast, ARCH_CONVERT, XFS_AGFL_SIZE(mp) - 1); in xfs_growfs_data_private()