Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/move_mount/
Dmove_mount02.c17 const char *from_pathname; member
/third_party/ltp/include/lapi/
Dfsmount.h93 static inline int move_mount(int from_dirfd, const char *from_pathname, in move_mount()
110 static inline int mount_setattr(int dirfd, const char *from_pathname, unsigned int flags, in mount_setattr()
/third_party/rust/rust/library/std/src/os/unix/net/
Daddr.rs152 pub fn from_pathname<P>(path: P) -> io::Result<SocketAddr> in from_pathname() method