Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_mount.h120 uint m_alloc_set_aside; /* space we can't use */ member
414 return mp->m_alloc_set_aside; in xfs_fdblocks_unavailable()
Dxfs_fsops.c140 mp->m_alloc_set_aside = xfs_alloc_set_aside(mp); in xfs_growfs_data_private()
296 mp->m_alloc_set_aside; in xfs_fs_counts()
Dxfs_mount.c1255 if (__percpu_counter_compare(&mp->m_fdblocks, mp->m_alloc_set_aside, in xfs_mod_fdblocks()
Dxfs_super.c816 statp->f_bfree = max_t(int64_t, fdblocks - mp->m_alloc_set_aside, 0); in xfs_fs_statfs()
Dxfs_log_recover.c3334 mp->m_alloc_set_aside = xfs_alloc_set_aside(mp); in xlog_do_recover()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_sb.c870 mp->m_alloc_set_aside = xfs_alloc_set_aside(mp); in xfs_sb_mount_common()