Searched refs:XFS_PREALLOC_BLOCKS (Results 1 – 2 of 2) sorted by relevance
249 tmpsize = agsize - XFS_PREALLOC_BLOCKS(mp); in xfs_growfs_data_private()346 arec->ar_startblock = cpu_to_be32(XFS_PREALLOC_BLOCKS(mp)); in xfs_growfs_data_private()375 arec->ar_startblock = cpu_to_be32(XFS_PREALLOC_BLOCKS(mp)); in xfs_growfs_data_private()
1308 #define XFS_PREALLOC_BLOCKS(mp) \ macro