Lines Matching refs:sb_qflags
88 mp->m_sb.sb_qflags = mp->m_qflags; in xfs_qm_scall_quotaoff()
332 if (((mp->m_sb.sb_qflags & XFS_UQUOTA_ACCT) == 0 && in xfs_qm_scall_quotaon()
334 ((mp->m_sb.sb_qflags & XFS_GQUOTA_ACCT) == 0 && in xfs_qm_scall_quotaon()
336 ((mp->m_sb.sb_qflags & XFS_PQUOTA_ACCT) == 0 && in xfs_qm_scall_quotaon()
340 __func__, flags, mp->m_sb.sb_qflags); in xfs_qm_scall_quotaon()
354 qf = mp->m_sb.sb_qflags; in xfs_qm_scall_quotaon()
355 mp->m_sb.sb_qflags = qf | flags; in xfs_qm_scall_quotaon()
370 if (((mp->m_sb.sb_qflags & XFS_UQUOTA_ACCT) != in xfs_qm_scall_quotaon()
372 ((mp->m_sb.sb_qflags & XFS_PQUOTA_ACCT) != in xfs_qm_scall_quotaon()
374 ((mp->m_sb.sb_qflags & XFS_GQUOTA_ACCT) != in xfs_qm_scall_quotaon()
616 mp->m_sb.sb_qflags = (mp->m_qflags & ~(flags)) & XFS_MOUNT_QUOTA_ALL; in xfs_qm_log_quotaoff()