Searched refs:XFS_IS_QUOTA_ON (Results 1 – 7 of 7) sorted by relevance
193 if (XFS_IS_QUOTA_ON(mp)) { in xfs_qm_syncall()291 if (XFS_IS_QUOTA_ON(mp) || quotaondisk) { in xfs_qm_newmount()335 if (! (XFS_IS_QUOTA_ON(mp))) in xfs_qm_endmount()342 if (XFS_IS_QUOTA_ON(mp) && xfs_qm_internalqcheck(mp)) in xfs_qm_endmount()
202 if (!XFS_IS_QUOTA_ON(mp) || in xfs_trans_mod_dquot_byino()797 if (! XFS_IS_QUOTA_ON(mp)) in xfs_trans_reserve_quota_bydquots()851 if (!XFS_IS_QUOTA_ON(mp)) in xfs_trans_reserve_quota_nblks()
363 if (! XFS_IS_QUOTA_ON(mp) && in xfs_qm_mount_quotas()918 if ((! XFS_IS_QUOTA_ON(mp)) || in xfs_qm_dqattach()1067 if (! XFS_IS_QUOTA_ON(mp)) { in xfs_qm_sync()2463 if (!XFS_IS_QUOTA_ON(mp)) in xfs_qm_vop_dqalloc()2697 if (! XFS_IS_QUOTA_ON(ip->i_mount)) in xfs_qm_vop_rename_dqattach()2727 if (!XFS_IS_QUOTA_ON(tp->t_mountp)) in xfs_qm_vop_dqattach_and_dqmod_newinode()
125 if (XFS_IS_QUOTA_ON(mp) || addr == NULL) in xfs_qm_quotactl()158 if (! XFS_IS_QUOTA_ON(mp)) in xfs_qm_quotactl()1401 if (! XFS_IS_QUOTA_ON(mp)) in xfs_qm_internalqcheck()
172 #define XFS_IS_QUOTA_ON(mp) ((mp)->m_qflags & (XFS_UQUOTA_ACTIVE | \ macro
4731 if (XFS_IS_QUOTA_ON(ip->i_mount)) in xfs_bmapi()4741 if (XFS_IS_QUOTA_ON(ip->i_mount)) in xfs_bmapi()
354 if (XFS_IS_QUOTA_ON(mp) && (mask & (XFS_AT_UID|XFS_AT_GID))) { in xfs_setattr()