Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_qm_bhv.c145 if (mp->m_qflags & XFS_UQUOTA_ACCT) { in xfs_qm_showargs()
157 if (!(mp->m_qflags & (XFS_UQUOTA_ACCT|XFS_GQUOTA_ACCT))) in xfs_qm_showargs()
264 mp->m_sb.sb_qflags & (XFS_UQUOTA_ACCT|XFS_GQUOTA_ACCT); in xfs_qm_newmount()
267 uquotaondisk = mp->m_sb.sb_qflags & XFS_UQUOTA_ACCT; in xfs_qm_newmount()
Dxfs_dquot.h119 #define XFS_ALL_QUOTA_ACCT (XFS_UQUOTA_ACCT | XFS_GQUOTA_ACCT)
123 #define XFS_ALL_QUOTA_ACCT_ENFD (XFS_UQUOTA_ACCT|XFS_UQUOTA_ENFD|\
127 #define XFS_IS_UQUOTA_RUNNING(mp) ((mp)->m_qflags & XFS_UQUOTA_ACCT)
Dxfs_qm_syscalls.c282 if (flags & XFS_UQUOTA_ACCT) { in xfs_qm_scall_quotaoff()
467 if (((flags & XFS_UQUOTA_ACCT) == 0 && in xfs_qm_scall_quotaon()
468 (mp->m_sb.sb_qflags & XFS_UQUOTA_ACCT) == 0 && in xfs_qm_scall_quotaon()
505 if (((mp->m_sb.sb_qflags & XFS_UQUOTA_ACCT) != in xfs_qm_scall_quotaon()
506 (mp->m_qflags & XFS_UQUOTA_ACCT)) || in xfs_qm_scall_quotaon()
967 flags |= XFS_UQUOTA_ACCT; in xfs_qm_import_flags()
985 if (flags & XFS_UQUOTA_ACCT) in xfs_qm_export_flags()
1069 if ((flags & XFS_UQUOTA_ACCT) && ip->i_udquot) { in xfs_qm_dqrele_all_inodes()
Dxfs_qm.c320 mp->m_qflags |= (XFS_UQUOTA_ACCT | XFS_UQUOTA_ACTIVE); in xfs_qm_mount_quotainit()
364 (mp->m_sb.sb_qflags & (XFS_UQUOTA_ACCT|XFS_GQUOTA_ACCT))) { in xfs_qm_mount_quotas()
/linux-2.4.37.9/fs/xfs/
Dxfs_quota.h152 #define XFS_UQUOTA_ACCT 0x0001 /* user quota accounting ON */ macro
259 #define XFS_MOUNT_QUOTA_ALL (XFS_UQUOTA_ACCT|XFS_UQUOTA_ENFD|\
Dxfs_log_recover.c2581 if (qoff_f->qf_flags & XFS_UQUOTA_ACCT) in xlog_recover_do_quotaoff_trans()