Searched refs:from_dfd (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/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.1.9/fs/ |
D | namespace.c | 3766 int, from_dfd, const char __user *, from_pathname, in SYSCALL_DEFINE5() argument 3789 ret = user_path_at(from_dfd, from_pathname, lflags, &from_path); in SYSCALL_DEFINE5()
|
/linux-6.1.9/include/linux/ |
D | syscalls.h | 1035 asmlinkage long sys_move_mount(int from_dfd, const char __user *from_path,
|