Home
last modified time | relevance | path

Searched refs:from_path (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
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()
A Dtoken.c51 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