Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/filesystems/
H A Dwrappers.h65 static inline int sys_move_mount(int from_dfd, const char *from_pathname, in sys_move_mount() argument
69 return syscall(__NR_move_mount, from_dfd, from_pathname, to_dfd, in sys_move_mount()
H A Dfile_stressor.c42 static inline int sys_move_mount(int from_dfd, const char *from_pathname, in sys_move_mount() argument
46 return syscall(__NR_move_mount, from_dfd, from_pathname, to_dfd, in sys_move_mount()
/linux/samples/vfs/
H A Dtest-fsmount.c88 static inline int move_mount(int from_dfd, const char *from_pathname, in move_mount() argument
93 from_dfd, from_pathname, in move_mount()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_obj_pinning.c29 static inline int sys_move_mount(int from_dfd, const char *from_path, in sys_move_mount() argument
33 return syscall(__NR_move_mount, from_dfd, from_path, to_dfd, to_path, ms_flags); in sys_move_mount()
H A Dtoken.c51 static inline int sys_move_mount(int from_dfd, const char *from_path, in sys_move_mount() argument
55 return syscall(__NR_move_mount, from_dfd, from_path, to_dfd, to_path, flags); in sys_move_mount()
/linux/fs/
H A Dnamespace.c4424 int, from_dfd, const char __user *, from_pathname, in SYSCALL_DEFINE5() argument
4483 if (!from_name && from_dfd >= 0) { in SYSCALL_DEFINE5()
4484 CLASS(fd_raw, f_from)(from_dfd); in SYSCALL_DEFINE5()
4496 ret = filename_lookup(from_dfd, from_name, lflags, &from_path, NULL); in SYSCALL_DEFINE5()
/linux/include/linux/
H A Dsyscalls.h965 asmlinkage long sys_move_mount(int from_dfd, const char __user *from_path,