Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/fs/
H A Dnamespace.c3622 int, from_dfd, const char __user *, from_pathname, in SYSCALL_DEFINE5()
3645 ret = user_path_at(from_dfd, from_pathname, lflags, &from_path); in SYSCALL_DEFINE5()
/kernel/linux/linux-6.6/fs/
H A Dnamespace.c4070 int, from_dfd, const char __user *, from_pathname, in SYSCALL_DEFINE5()
4097 ret = user_path_at(from_dfd, from_pathname, lflags, &from_path); in SYSCALL_DEFINE5()
/kernel/linux/linux-5.10/include/linux/
H A Dsyscalls.h1024 asmlinkage long sys_move_mount(int from_dfd, const char __user *from_path,
/kernel/linux/linux-6.6/include/linux/
H A Dsyscalls.h916 asmlinkage long sys_move_mount(int from_dfd, const char __user *from_path,

Completed in 15 milliseconds