Searched refs:XFS_PREALLOC_BLOCKS (Results 1 – 2 of 2) sorted by relevance
247 tmpsize = agsize - XFS_PREALLOC_BLOCKS(mp); in xfs_growfs_data_private()344 arec->ar_startblock = cpu_to_be32(XFS_PREALLOC_BLOCKS(mp)); in xfs_growfs_data_private()373 arec->ar_startblock = cpu_to_be32(XFS_PREALLOC_BLOCKS(mp)); in xfs_growfs_data_private()
1261 #define XFS_PREALLOC_BLOCKS(mp) \ macro