Lines Matching defs:sb_flags
961 if (fc->sb_flags & SB_KERNMOUNT)
2610 static int do_remount(struct path *path, int ms_flags, int sb_flags,
2627 fc = fs_context_for_reconfigure(path->dentry, sb_flags, MS_RMT_MASK);
2864 static int do_new_mount(struct path *path, const char *fstype, int sb_flags,
2890 fc = fs_context_for_mount(type, sb_flags);
3169 unsigned int mnt_flags = 0, sb_flags;
3221 sb_flags = flags & (SB_RDONLY |
3233 return do_remount(path, flags, sb_flags, mnt_flags, data_page);
3241 return do_new_mount(path, type_page, sb_flags, mnt_flags, dev_name,
3557 if ((fc->sb_flags & SB_MANDLOCK) && !may_mandlock())