Searched refs:from_path (Results 1 – 2 of 2) sorted by relevance
| /tools/testing/selftests/bpf/prog_tests/ |
| 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()
|
| A D | token.c | 51 static inline int sys_move_mount(int from_dfd, const char *from_path, in sys_move_mount() argument 55 return syscall(__NR_move_mount, from_dfd, from_path, to_dfd, to_path, flags); in sys_move_mount()
|
Completed in 5 milliseconds