Home
last modified time | relevance | path

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

/linux-6.12.1/samples/vfs/
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-6.12.1/tools/testing/selftests/filesystems/overlayfs/
Ddev_in_maps.c40 static int sys_move_mount(int from_dfd, const char *from_pathname, in sys_move_mount() argument
44 return syscall(__NR_move_mount, from_dfd, from_pathname, to_dfd, to_pathname, flags); in sys_move_mount()
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
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()
Dtoken.c50 static inline int sys_move_mount(int from_dfd, const char *from_path, in sys_move_mount() argument
54 return syscall(__NR_move_mount, from_dfd, from_path, to_dfd, to_path, flags); in sys_move_mount()
/linux-6.12.1/fs/
Dnamespace.c4231 int, from_dfd, const char __user *, from_pathname, in SYSCALL_DEFINE5() argument
4258 ret = user_path_at(from_dfd, from_pathname, lflags, &from_path); in SYSCALL_DEFINE5()
/linux-6.12.1/include/linux/
Dsyscalls.h941 asmlinkage long sys_move_mount(int from_dfd, const char __user *from_path,