Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c349 (0 == vnode_getfromfd(ap->a_context, fd, &fvp))) { in devfs_devfd_lookup()
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_syscalls.c537 if ((error = vnode_getfromfd(vctx, fd, &metadata_vp)) != 0) { in graft_secureboot_read_fd()
752 error = vnode_getfromfd(ctx, ua_dmgfd, &cryptex_vp); in graftdmg()
2845 error = vnode_getfromfd(ctx, uap->fd, &vp); in funmount()
4199 vnode_getfromfd(vfs_context_t ctx, int fd, vnode_t *vpp) in vnode_getfromfd() function
4319 error = vnode_getfromfd(ndp->ni_cnd.cn_context, dirfd, in nameiat()
4903 error = vnode_getfromfd(ctx, authfd, &authvp); in open1()
5183 error = vnode_getfromfd(ndp->ni_cnd.cn_context, dirfd, in open1at()
14636 error = vnode_getfromfd(ctx, dirfd, rvpp); in vnode_get_snapshot()
14854 error = vnode_getfromfd(ctx, dirfd, &rvp); in snapshot_revert()
15170 error = vnode_getfromfd(ctx, dirfd, &rvp); in snapshot_root()
[all …]
/xnu-12377.1.9/bsd/sys/
H A Dvnode.h2486 int vnode_getfromfd(vfs_context_t ctx, int fd, vnode_t *vpp);
/xnu-12377.1.9/bsd/kern/
H A Dkern_aio.c571 result = vnode_getfromfd(vfs_context_current(), uap->fd, &vp); in aio_cancel()