Home
last modified time | relevance | path

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

/fs/
Dnamespace.c2208 static int flags_to_propagation_type(int ms_flags) in flags_to_propagation_type() argument
2210 int type = ms_flags & ~(MS_REC | MS_SILENT); in flags_to_propagation_type()
2224 static int do_change_type(struct path *path, int ms_flags) in do_change_type() argument
2228 int recurse = ms_flags & MS_REC; in do_change_type()
2235 type = flags_to_propagation_type(ms_flags); in do_change_type()
2549 static int do_remount(struct path *path, int ms_flags, int sb_flags, in do_remount() argument