Home
last modified time | relevance | path

Searched refs:XFS_MIN_AG_BLOCKS (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_fs.h256 #define XFS_MIN_AG_BLOCKS 64 macro
279 (s)->sb_agblocks + XFS_MIN_AG_BLOCKS)
H A Dxfs_alloc.c3219 if (length < XFS_MIN_AG_BLOCKS) in xfs_validate_ag_length()
/linux/fs/xfs/
H A Dxfs_fsops.c118 if (nb_mod && nb_mod >= XFS_MIN_AG_BLOCKS) in xfs_growfs_data_private()