Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_quota_defs.h88 #define XFS_UQUOTA_ACTIVE 0x1000 /* uquotas are being turned off */ macro
92 (XFS_UQUOTA_ACTIVE | XFS_GQUOTA_ACTIVE | XFS_PQUOTA_ACTIVE)
98 #define XFS_IS_QUOTA_ON(mp) ((mp)->m_qflags & (XFS_UQUOTA_ACTIVE | \
101 #define XFS_IS_UQUOTA_ON(mp) ((mp)->m_qflags & XFS_UQUOTA_ACTIVE)
/linux-4.4.14/fs/xfs/
Dxfs_qm_syscalls.c106 inactivate_flags |= XFS_UQUOTA_ACTIVE; in xfs_qm_scall_quotaoff()
Dxfs_super.c336 mp->m_qflags |= (XFS_UQUOTA_ACCT | XFS_UQUOTA_ACTIVE | in xfs_parseargs()
340 mp->m_qflags |= (XFS_UQUOTA_ACCT | XFS_UQUOTA_ACTIVE); in xfs_parseargs()