Lines Matching refs:sb_flags
794 s = alloc_super(fc->fs_type, fc->sb_flags, user_ns); in sget_fc()
1085 bool force = fc->sb_flags & SB_FORCE; in reconfigure_super()
1098 if (!(fc->sb_flags & SB_RDONLY) && sb->s_bdev && in reconfigure_super()
1102 remount_rw = !(fc->sb_flags & SB_RDONLY) && sb_rdonly(sb); in reconfigure_super()
1103 remount_ro = (fc->sb_flags & SB_RDONLY) && !sb_rdonly(sb); in reconfigure_super()
1151 (fc->sb_flags & fc->sb_flags_mask))); in reconfigure_super()
1478 int setup_bdev_super(struct super_block *sb, int sb_flags, in setup_bdev_super() argument
1481 blk_mode_t mode = sb_open_mode(sb_flags); in setup_bdev_super()
1554 fc->sb_flags |= SB_NOSEC; in get_tree_bdev()
1561 if ((fc->sb_flags ^ s->s_flags) & SB_RDONLY) { in get_tree_bdev()
1574 error = setup_bdev_super(s, fc->sb_flags, fc); in get_tree_bdev()