Lines Matching refs:sb_qflags
40 mp->m_sb.sb_qflags = (mp->m_qflags & ~(flags)) & XFS_MOUNT_QUOTA_ALL; in xfs_qm_log_quotaoff()
134 mp->m_sb.sb_qflags = mp->m_qflags; in xfs_qm_scall_quotaoff()
377 if (((mp->m_sb.sb_qflags & XFS_UQUOTA_ACCT) == 0 && in xfs_qm_scall_quotaon()
379 ((mp->m_sb.sb_qflags & XFS_GQUOTA_ACCT) == 0 && in xfs_qm_scall_quotaon()
381 ((mp->m_sb.sb_qflags & XFS_PQUOTA_ACCT) == 0 && in xfs_qm_scall_quotaon()
385 __func__, flags, mp->m_sb.sb_qflags); in xfs_qm_scall_quotaon()
399 qf = mp->m_sb.sb_qflags; in xfs_qm_scall_quotaon()
400 mp->m_sb.sb_qflags = qf | flags; in xfs_qm_scall_quotaon()
415 if (((mp->m_sb.sb_qflags & XFS_UQUOTA_ACCT) != in xfs_qm_scall_quotaon()
417 ((mp->m_sb.sb_qflags & XFS_PQUOTA_ACCT) != in xfs_qm_scall_quotaon()
419 ((mp->m_sb.sb_qflags & XFS_GQUOTA_ACCT) != in xfs_qm_scall_quotaon()