Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/
Dxfs_quota.h165 #define XFS_UQUOTA_ACTIVE 0x0080 /* uquotas are being turned off */ macro
172 #define XFS_IS_QUOTA_ON(mp) ((mp)->m_qflags & (XFS_UQUOTA_ACTIVE | \
174 #define XFS_IS_UQUOTA_ON(mp) ((mp)->m_qflags & XFS_UQUOTA_ACTIVE)
262 #define XFS_MOUNT_QUOTA_MASK (XFS_MOUNT_QUOTA_ALL | XFS_UQUOTA_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.c285 inactivate_flags |= XFS_UQUOTA_ACTIVE; in xfs_qm_scall_quotaoff()
Dxfs_qm.c320 mp->m_qflags |= (XFS_UQUOTA_ACCT | XFS_UQUOTA_ACTIVE); in xfs_qm_mount_quotainit()