Home
last modified time | relevance | path

Searched refs:XFS_ALLOC_SET_ASIDE (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_alloc.h76 #define XFS_ALLOC_SET_ASIDE(mp) (4 + ((mp)->m_sb.sb_agcount * 4)) macro
/linux-4.4.14/fs/xfs/
Dxfs_fsops.c645 XFS_ALLOC_SET_ASIDE(mp); in xfs_fs_counts()
718 XFS_ALLOC_SET_ASIDE(mp); in xfs_reserve_blocks()
Dxfs_mount.c1216 if (__percpu_counter_compare(&mp->m_fdblocks, XFS_ALLOC_SET_ASIDE(mp), in xfs_mod_fdblocks()
Dxfs_super.c1076 statp->f_bfree = fdblocks - XFS_ALLOC_SET_ASIDE(mp); in xfs_fs_statfs()