Searched refs:ms_flags (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/samples/vfs/ |
D | test-fsmount.c | 77 static inline int fsmount(int fsfd, unsigned int flags, unsigned int ms_flags) in fsmount() argument 79 return syscall(__NR_fsmount, fsfd, flags, ms_flags); in fsmount()
|
/linux-6.1.9/fs/ |
D | namespace.c | 2344 static int flags_to_propagation_type(int ms_flags) in flags_to_propagation_type() argument 2346 int type = ms_flags & ~(MS_REC | MS_SILENT); in flags_to_propagation_type() 2360 static int do_change_type(struct path *path, int ms_flags) in do_change_type() argument 2364 int recurse = ms_flags & MS_REC; in do_change_type() 2371 type = flags_to_propagation_type(ms_flags); in do_change_type() 2675 static int do_remount(struct path *path, int ms_flags, int sb_flags, in do_remount() argument
|
/linux-6.1.9/include/linux/ |
D | syscalls.h | 1037 unsigned int ms_flags); 1044 asmlinkage long sys_fsmount(int fs_fd, unsigned int flags, unsigned int ms_flags);
|