Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/libxfs/
Dxfs_ag_resv.c283 mp->m_finobt_nores = true; in xfs_ag_resv_init()
Dxfs_ialloc_btree.c147 if (cur->bc_mp->m_finobt_nores) in xfs_finobt_alloc_block()
178 if (cur->bc_mp->m_finobt_nores) in xfs_finobt_free_block()
/Linux-v6.1/fs/xfs/
Dxfs_mount.h159 bool m_finobt_nores; /* no per-AG finobt resv. */ member
Dxfs_fsops.c565 mp->m_finobt_nores = false; in xfs_fs_reserve_ag_blocks()
Dxfs_super.c1938 mp->m_finobt_nores = true; in xfs_init_fs_context()
Dxfs_inode.c1560 if (unlikely(mp->m_finobt_nores)) { in xfs_inactive_ifree()