Home
last modified time | relevance | path

Searched refs:from_pathname (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/samples/vfs/
H A Dtest-fsmount.c88 static inline int move_mount(int from_dfd, const char *from_pathname, in move_mount() argument
93 from_dfd, from_pathname, in move_mount()
/OK3568_Linux_fs/buildroot/package/systemd/
H A D0001-missing-syscall-define-MOVE_MOUNT_T_EMPTY_PATH-if-mi.patch30 const char *from_pathname,
/OK3568_Linux_fs/kernel/fs/
H A Dnamespace.c3610 int, from_dfd, const char __user *, from_pathname, in SYSCALL_DEFINE5() argument
3633 ret = user_path_at(from_dfd, from_pathname, lflags, &from_path); in SYSCALL_DEFINE5()