Lines Matching defs:sb_flags
1182 if (fc->sb_flags & SB_KERNMOUNT)
3371 static int do_remount(const struct path *path, int sb_flags,
3388 fc = fs_context_for_reconfigure(path->dentry, sb_flags, MS_RMT_MASK);
3791 int sb_flags, int mnt_flags,
3817 fc = fs_context_for_mount(type, sb_flags);
4085 unsigned int mnt_flags = 0, sb_flags;
4137 sb_flags = flags & (SB_RDONLY |
4149 return do_remount(path, sb_flags, mnt_flags, data_page);
4157 return do_new_mount(path, type_page, sb_flags, mnt_flags, dev_name,
4499 if (fc->sb_flags & SB_MANDLOCK)
5304 s->sm.sb_flags = sb->s_flags & (SB_RDONLY|SB_SYNCHRONOUS|SB_DIRSYNC|SB_LAZYTIME);