Searched refs:from_dfd (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/samples/vfs/ |
D | test-fsmount.c | 88 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.6.21/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_obj_pinning.c | 29 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()
|
/linux-6.6.21/fs/ |
D | namespace.c | 4070 int, from_dfd, const char __user *, from_pathname, in SYSCALL_DEFINE5() argument 4097 ret = user_path_at(from_dfd, from_pathname, lflags, &from_path); in SYSCALL_DEFINE5()
|
/linux-6.6.21/include/linux/ |
D | syscalls.h | 916 asmlinkage long sys_move_mount(int from_dfd, const char __user *from_path,
|