Lines Matching defs:sb_flags
1094 if (fc->sb_flags & SB_KERNMOUNT)
2855 static int do_remount(struct path *path, int ms_flags, int sb_flags,
2872 fc = fs_context_for_reconfigure(path->dentry, sb_flags, MS_RMT_MASK);
3299 static int do_new_mount(struct path *path, const char *fstype, int sb_flags,
3325 fc = fs_context_for_mount(type, sb_flags);
3601 unsigned int mnt_flags = 0, sb_flags;
3653 sb_flags = flags & (SB_RDONLY |
3665 return do_remount(path, flags, sb_flags, mnt_flags, data_page);
3673 return do_new_mount(path, type_page, sb_flags, mnt_flags, dev_name,
4005 if (fc->sb_flags & SB_MANDLOCK)