Lines Matching refs:sb_qflags
77 mp->m_sb.sb_qflags = mp->m_qflags; in xfs_qm_scall_quotaoff()
318 if (((mp->m_sb.sb_qflags & XFS_UQUOTA_ACCT) == 0 && in xfs_qm_scall_quotaon()
320 ((mp->m_sb.sb_qflags & XFS_GQUOTA_ACCT) == 0 && in xfs_qm_scall_quotaon()
322 ((mp->m_sb.sb_qflags & XFS_PQUOTA_ACCT) == 0 && in xfs_qm_scall_quotaon()
326 __func__, flags, mp->m_sb.sb_qflags); in xfs_qm_scall_quotaon()
340 qf = mp->m_sb.sb_qflags; in xfs_qm_scall_quotaon()
341 mp->m_sb.sb_qflags = qf | flags; in xfs_qm_scall_quotaon()
356 if (((mp->m_sb.sb_qflags & XFS_UQUOTA_ACCT) != in xfs_qm_scall_quotaon()
358 ((mp->m_sb.sb_qflags & XFS_PQUOTA_ACCT) != in xfs_qm_scall_quotaon()
360 ((mp->m_sb.sb_qflags & XFS_GQUOTA_ACCT) != in xfs_qm_scall_quotaon()
594 mp->m_sb.sb_qflags = (mp->m_qflags & ~(flags)) & XFS_MOUNT_QUOTA_ALL; in xfs_qm_log_quotaoff()