Searched refs:fclonefileat (Results 1 – 5 of 5) sorted by relevance
333 pub fn fclonefileat<Fd: AsFd, DstFd: AsFd, P: path::Arg>( in fclonefileat() function340 backend::fs::syscalls::fclonefileat(src.as_fd(), dst_dir.as_fd(), dst, flags) in fclonefileat()
81 pub use at::fclonefileat;
715 pub(crate) fn fclonefileat( in fclonefileat() function722 fn fclonefileat( in fclonefileat()730 unsafe { ret(fclonefileat(srcfd, dst_dirfd, c_str(dst), flags.bits())) } in fclonefileat()
1860 fclonefileat
5617 pub fn fclonefileat( in fclonefileat() function