Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_quota.h166 #define XFS_GQUOTA_ACTIVE 0x0100 /* gquotas are being turned off */ macro
173 XFS_GQUOTA_ACTIVE))
175 #define XFS_IS_GQUOTA_ON(mp) ((mp)->m_qflags & XFS_GQUOTA_ACTIVE)
263 XFS_GQUOTA_ACTIVE)
/linux-2.4.37.9/fs/xfs/quota/
Dxfs_dquot.h122 #define XFS_ALL_QUOTA_ACTV (XFS_UQUOTA_ACTIVE | XFS_GQUOTA_ACTIVE)
Dxfs_qm_syscalls.c290 inactivate_flags |= XFS_GQUOTA_ACTIVE; in xfs_qm_scall_quotaoff()
Dxfs_qm.c325 mp->m_qflags |= (XFS_GQUOTA_ACCT | XFS_GQUOTA_ACTIVE); in xfs_qm_mount_quotainit()