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

/linux-master/fs/xfs/libxfs/
H A Dxfs_trans_space.h33 #define XFS_MAX_CONTIG_EXTENTS_PER_BLOCK(mp) \ macro
37 (((b + XFS_MAX_CONTIG_EXTENTS_PER_BLOCK(mp) - 1) / \
38 XFS_MAX_CONTIG_EXTENTS_PER_BLOCK(mp)) * \

Completed in 98 milliseconds