Home
last modified time | relevance | path

Searched refs:ms_flags (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/
Dnamespace.c2127 static int flags_to_propagation_type(int ms_flags) in flags_to_propagation_type() argument
2129 int type = ms_flags & ~(MS_REC | MS_SILENT); in flags_to_propagation_type()
2143 static int do_change_type(struct path *path, int ms_flags) in do_change_type() argument
2147 int recurse = ms_flags & MS_REC; in do_change_type()
2154 type = flags_to_propagation_type(ms_flags); in do_change_type()
2241 static int change_mount_flags(struct vfsmount *mnt, int ms_flags) in change_mount_flags() argument
2246 if (ms_flags & MS_RDONLY) in change_mount_flags()
2263 static int do_remount(struct path *path, int ms_flags, int sb_flags, in do_remount() argument
2308 if (ms_flags & MS_BIND) in do_remount()
2309 err = change_mount_flags(path->mnt, ms_flags); in do_remount()