Searched refs:from_dfd (Results 1 – 5 of 5) sorted by relevance
/linux/samples/vfs/ |
H A 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/tools/testing/selftests/filesystems/overlayfs/ |
H A D | dev_in_maps.c | 40 sys_move_mount(int from_dfd,const char * from_pathname,int to_dfd,const char * to_pathname,unsigned int flags) sys_move_mount() argument
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A 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()
|
H A D | token.c | 50 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/include/linux/ |
H A D | syscalls.h | 954 asmlinkage long sys_move_mount(int from_dfd, const char __user *from_path,
|