Searched refs:ms_flags (Results 1 – 1 of 1) sorted by relevance
2079 static int flags_to_propagation_type(int ms_flags) in flags_to_propagation_type() argument2081 int type = ms_flags & ~(MS_REC | MS_SILENT); in flags_to_propagation_type()2095 static int do_change_type(struct path *path, int ms_flags) in do_change_type() argument2099 int recurse = ms_flags & MS_REC; in do_change_type()2106 type = flags_to_propagation_type(ms_flags); in do_change_type()2206 static int change_mount_flags(struct vfsmount *mnt, int ms_flags) in change_mount_flags() argument2211 if (ms_flags & MS_RDONLY) in change_mount_flags()2228 static int do_remount(struct path *path, int ms_flags, int sb_flags, in do_remount() argument2273 if (ms_flags & MS_BIND) in do_remount()2274 err = change_mount_flags(path->mnt, ms_flags); in do_remount()