Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_qm_syscalls.c104 uint inactivate_flags; in xfs_qm_scall_quotaoff() local
143 inactivate_flags = 0; in xfs_qm_scall_quotaoff()
152 inactivate_flags |= XFS_UQUOTA_ACTIVE; in xfs_qm_scall_quotaoff()
157 inactivate_flags |= XFS_GQUOTA_ACTIVE; in xfs_qm_scall_quotaoff()
162 inactivate_flags |= XFS_PQUOTA_ACTIVE; in xfs_qm_scall_quotaoff()
192 mp->m_qflags &= ~inactivate_flags; in xfs_qm_scall_quotaoff()