Home
last modified time | relevance | path

Searched refs:XFS_PREALLOC_BLOCKS (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/xfs/
Dxfs_fsops.c249 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()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_format.h1308 #define XFS_PREALLOC_BLOCKS(mp) \ macro