Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_fsops.c193 mp->m_alloc_set_aside = xfs_alloc_set_aside(mp); in xfs_growfs_data_private()
350 mp->m_alloc_set_aside; in xfs_fs_counts()
437 mp->m_alloc_set_aside; in xfs_reserve_blocks()
Dxfs_mount.h136 uint m_alloc_set_aside; /* space we can't use */ member
Dxfs_mount.c1145 set_aside = mp->m_alloc_set_aside + atomic64_read(&mp->m_allocbt_blks); in xfs_mod_fdblocks()
Dxfs_super.c808 statp->f_bfree = max_t(int64_t, fdblocks - mp->m_alloc_set_aside, 0); in xfs_fs_statfs()
Dxfs_log_recover.c3358 mp->m_alloc_set_aside = xfs_alloc_set_aside(mp); in xlog_do_recover()
/Linux-v5.15/fs/xfs/libxfs/
Dxfs_sb.c890 mp->m_alloc_set_aside = xfs_alloc_set_aside(mp); in xfs_sb_mount_common()