Lines Matching refs:sb_qflags
88 mp->m_sb.sb_qflags = mp->m_qflags; in xfs_qm_scall_quotaoff()
331 if (((mp->m_sb.sb_qflags & XFS_UQUOTA_ACCT) == 0 && in xfs_qm_scall_quotaon()
333 ((mp->m_sb.sb_qflags & XFS_GQUOTA_ACCT) == 0 && in xfs_qm_scall_quotaon()
335 ((mp->m_sb.sb_qflags & XFS_PQUOTA_ACCT) == 0 && in xfs_qm_scall_quotaon()
339 __func__, flags, mp->m_sb.sb_qflags); in xfs_qm_scall_quotaon()
353 qf = mp->m_sb.sb_qflags; in xfs_qm_scall_quotaon()
354 mp->m_sb.sb_qflags = qf | flags; in xfs_qm_scall_quotaon()
369 if (((mp->m_sb.sb_qflags & XFS_UQUOTA_ACCT) != in xfs_qm_scall_quotaon()
371 ((mp->m_sb.sb_qflags & XFS_PQUOTA_ACCT) != in xfs_qm_scall_quotaon()
373 ((mp->m_sb.sb_qflags & XFS_GQUOTA_ACCT) != in xfs_qm_scall_quotaon()
614 mp->m_sb.sb_qflags = (mp->m_qflags & ~(flags)) & XFS_MOUNT_QUOTA_ALL; in xfs_qm_log_quotaoff()