Searched refs:XFS_MAX_CONTIG_EXTENTS_PER_BLOCK (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_trans_space.h24 #define XFS_MAX_CONTIG_EXTENTS_PER_BLOCK(mp) \ macro
28 (((b + XFS_MAX_CONTIG_EXTENTS_PER_BLOCK(mp) - 1) / \
29 XFS_MAX_CONTIG_EXTENTS_PER_BLOCK(mp)) * \

Completed in 182 milliseconds