Home
last modified time | relevance | path

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

/linux-6.14.4/fs/xfs/
Dxfs_mount.h176 uint m_alloc_set_aside; /* space we can't use */ member
661 return mp->m_alloc_set_aside + atomic64_read(&mp->m_allocbt_blks); in xfs_fdblocks_unavailable()
Dxfs_fsops.c210 mp->m_alloc_set_aside = xfs_alloc_set_aside(mp); in xfs_growfs_data_private()
Dxfs_buf_item_recover.c780 mp->m_alloc_set_aside = xfs_alloc_set_aside(mp); in xlog_recover_do_primary_sb_buffer()
/linux-6.14.4/fs/xfs/libxfs/
Dxfs_sb.c1238 mp->m_alloc_set_aside = xfs_alloc_set_aside(mp); in xfs_sb_mount_common()