Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_alloc.c480 for (i = 0; i < XFS_AGFL_SIZE(mp); i++) { in xfs_agfl_verify()
2120 if (be32_to_cpu(agf->agf_flfirst) == XFS_AGFL_SIZE(mp)) in xfs_alloc_get_freelist()
2225 if (be32_to_cpu(agf->agf_fllast) == XFS_AGFL_SIZE(mp)) in xfs_alloc_put_freelist()
2243 ASSERT(be32_to_cpu(agf->agf_flcount) <= XFS_AGFL_SIZE(mp)); in xfs_alloc_put_freelist()
2276 be32_to_cpu(agf->agf_flfirst) < XFS_AGFL_SIZE(mp) && in xfs_agf_verify()
2277 be32_to_cpu(agf->agf_fllast) < XFS_AGFL_SIZE(mp) && in xfs_agf_verify()
2278 be32_to_cpu(agf->agf_flcount) <= XFS_AGFL_SIZE(mp))) in xfs_agf_verify()
Dxfs_format.h776 #define XFS_AGFL_SIZE(mp) \ macro
/linux-4.4.14/fs/xfs/
Dxfs_fsops.c280 for (bucket = 0; bucket < XFS_AGFL_SIZE(mp); bucket++) in xfs_growfs_data_private()