Lines Matching refs:sb
69 struct super_block *sb, in xfs_fs_get_quota_state() argument
72 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_quota_state()
121 struct super_block *sb, in xfs_fs_set_info() argument
125 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_set_info()
128 if (sb->s_flags & MS_RDONLY) in xfs_fs_set_info()
173 struct super_block *sb, in xfs_quota_enable() argument
176 struct xfs_mount *mp = XFS_M(sb); in xfs_quota_enable()
178 if (sb->s_flags & MS_RDONLY) in xfs_quota_enable()
188 struct super_block *sb, in xfs_quota_disable() argument
191 struct xfs_mount *mp = XFS_M(sb); in xfs_quota_disable()
193 if (sb->s_flags & MS_RDONLY) in xfs_quota_disable()
205 struct super_block *sb, in xfs_fs_rm_xquota() argument
208 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_rm_xquota()
211 if (sb->s_flags & MS_RDONLY) in xfs_fs_rm_xquota()
229 struct super_block *sb, in xfs_fs_get_dqblk() argument
233 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_get_dqblk()
246 struct super_block *sb, in xfs_fs_set_dqblk() argument
250 struct xfs_mount *mp = XFS_M(sb); in xfs_fs_set_dqblk()
252 if (sb->s_flags & MS_RDONLY) in xfs_fs_set_dqblk()