Searched refs:dst_dirfd (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.121.3/bsd/vfs/ |
| H A D | vfs_syscalls.c | 8554 clonefile_internal(vnode_t fvp, boolean_t data_read_authorised, int dst_dirfd, in clonefile_internal() argument 8589 AUDIT_ARG(fd2, dst_dirfd); in clonefile_internal() 8595 if ((error = nameiat(&tond, dst_dirfd))) { in clonefile_internal() 8814 error = clonefile_internal(fvp, FALSE, uap->dst_dirfd, uap->dst, in clonefileat() 8853 error = clonefile_internal(fvp, TRUE, uap->dst_dirfd, uap->dst, in fclonefileat()
|