Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_fs.h219 #define XFS_MIN_AG_BLOCKS 64 macro
238 (s)->sb_agblocks + XFS_MIN_AG_BLOCKS)
/linux-4.19.296/fs/xfs/
Dxfs_fsops.c61 if (nb_mod && nb_mod < XFS_MIN_AG_BLOCKS) { in xfs_growfs_data_private()