Home
last modified time | relevance | path

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

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