Home
last modified time | relevance | path

Searched refs:m_alloc_set_aside (Results 1 – 6 of 6) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_fsops.c145 mp->m_alloc_set_aside = xfs_alloc_set_aside(mp); in xfs_growfs_data_private()
301 mp->m_alloc_set_aside; in xfs_fs_counts()
389 mp->m_alloc_set_aside; in xfs_reserve_blocks()
Dxfs_mount.h123 uint m_alloc_set_aside; /* space we can't use */ member
Dxfs_mount.c1323 if (__percpu_counter_compare(&mp->m_fdblocks, mp->m_alloc_set_aside, in xfs_mod_fdblocks()
Dxfs_super.c1117 statp->f_bfree = fdblocks - mp->m_alloc_set_aside; in xfs_fs_statfs()
Dxfs_log_recover.c5722 mp->m_alloc_set_aside = xfs_alloc_set_aside(mp); in xlog_do_recover()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_sb.c851 mp->m_alloc_set_aside = xfs_alloc_set_aside(mp); in xfs_sb_mount_common()