Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_quota.h183 #define XFS_UQUOTA_ACTIVE 0x0100 /* uquotas are being turned off */ macro
187 (XFS_UQUOTA_ACTIVE | XFS_PQUOTA_ACTIVE | XFS_GQUOTA_ACTIVE)
193 #define XFS_IS_QUOTA_ON(mp) ((mp)->m_qflags & (XFS_UQUOTA_ACTIVE | \
198 #define XFS_IS_UQUOTA_ON(mp) ((mp)->m_qflags & XFS_UQUOTA_ACTIVE)
Dxfs_super.c353 mp->m_qflags |= (XFS_UQUOTA_ACCT | XFS_UQUOTA_ACTIVE | in xfs_parseargs()
357 mp->m_qflags |= (XFS_UQUOTA_ACCT | XFS_UQUOTA_ACTIVE); in xfs_parseargs()
Dxfs_qm_syscalls.c116 inactivate_flags |= XFS_UQUOTA_ACTIVE; in xfs_qm_scall_quotaoff()