Searched refs:XFS_ALL_QUOTA_ACCT (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/quota/
H A Dxfs_qm_bhv.c100 (mp->m_sb.sb_qflags & XFS_ALL_QUOTA_ACCT);
H A Dxfs_qm_syscalls.c88 flags &= (XFS_ALL_QUOTA_ACCT | XFS_ALL_QUOTA_ENFD);
102 if ((flags & XFS_ALL_QUOTA_ACCT) == 0) {
323 flags &= (XFS_ALL_QUOTA_ACCT | XFS_ALL_QUOTA_ENFD);
327 accflags = flags & XFS_ALL_QUOTA_ACCT;
328 flags &= ~(XFS_ALL_QUOTA_ACCT);
338 ASSERT((flags & XFS_ALL_QUOTA_ACCT) == 0);
431 (XFS_ALL_QUOTA_ACCT|
693 flags & XFS_ALL_QUOTA_ACCT);
728 qoffi = xfs_trans_get_qoff_item(tp, NULL, flags & XFS_ALL_QUOTA_ACCT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_quota.h159 #define XFS_ALL_QUOTA_ACCT \ macro
164 #define XFS_IS_QUOTA_RUNNING(mp) ((mp)->m_qflags & XFS_ALL_QUOTA_ACCT)
H A Dxfs_mount.c1363 if (mp->m_sb.sb_qflags & XFS_ALL_QUOTA_ACCT) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_super.c566 if (!(mp->m_qflags & XFS_ALL_QUOTA_ACCT))

Completed in 105 milliseconds