Home
last modified time | relevance | path

Searched refs:to_dfd (Results 1 – 4 of 4) sorted by relevance

/linux/samples/vfs/
H A Dtest-fsmount.c89 int to_dfd, const char *to_pathname, in move_mount() argument
94 to_dfd, to_pathname, flags); in move_mount()
/linux/tools/testing/selftests/filesystems/
H A Dfile_stressor.c43 int to_dfd, const char *to_pathname, in sys_move_mount() argument
46 return syscall(__NR_move_mount, from_dfd, from_pathname, to_dfd, in sys_move_mount()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_obj_pinning.c30 int to_dfd, const char *to_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 Dtoken.c58 int to_dfd, const char *to_path, in drop_priv_caps()
61 return syscall(__NR_move_mount, from_dfd, from_path, to_dfd, to_path, flags); in drop_priv_caps()
52 sys_move_mount(int from_dfd,const char * from_path,int to_dfd,const char * to_path,unsigned flags) sys_move_mount() argument