Lines Matching defs:sb_flags
766 s = alloc_super(fc->fs_type, fc->sb_flags, user_ns);
965 bool force = fc->sb_flags & SB_FORCE;
978 if (!(fc->sb_flags & SB_RDONLY) && sb->s_bdev &&
982 remount_rw = !(fc->sb_flags & SB_RDONLY) && sb_rdonly(sb);
983 remount_ro = (fc->sb_flags & SB_RDONLY) && !sb_rdonly(sb);
1031 (fc->sb_flags & fc->sb_flags_mask)));
1545 int setup_bdev_super(struct super_block *sb, int sb_flags,
1548 blk_mode_t mode = sb_open_mode(sb_flags);
1619 fc->sb_flags |= SB_NOSEC;
1626 if ((fc->sb_flags ^ s->s_flags) & SB_RDONLY) {
1632 error = setup_bdev_super(s, fc->sb_flags, fc);