Home
last modified time | relevance | path

Searched refs:VFS_VGET (Results 1 – 9 of 9) sorted by relevance

/xnu-11215/bsd/vfs/
H A Dvfs_lookup.c2137 error = VFS_VGET(mp, ino, vpp, ctx);
2216 error = VFS_VGET(mp, ino, &vp, ctx);
2219 error = VFS_VGET(mp, ino, &vp, ctx);
H A Dvfs_cache.c758 if ((ret = VFS_VGET(vp->v_mount, (ino64_t)va.va_parentid, &dvp, ctx))) { in build_path_with_parent()
H A Dvfs_fsevents.c1122 … if ((ret = VFS_VGET(link_vp->v_mount, (ino64_t)link_parentid, &dvp, vfs_context_kernel())) == 0) { in add_fsevent()
H A Dkpi_vfs.c346 VFS_VGET(mount_t mp, ino64_t ino, struct vnode **vpp, vfs_context_t ctx) in VFS_VGET() function
H A Dvfs_syscalls.c13821 error = VFS_VGET(mp, objid, &vp, ctx); in fsgetpath_internal()
13824 error = VFS_VGET(mp, (ino64_t)objid, &vp, ctx); in fsgetpath_internal()
H A Dvfs_subr.c13220 (void)VFS_VGET(vp->v_mount, (ino64_t)va.va_parentid, &dvp, ctx); in vnode_getparent_byid()
/xnu-11215/bsd/sys/
H A Dmount.h854 extern int VFS_VGET(mount_t, ino64_t, vnode_t *, vfs_context_t);
/xnu-11215/bsd/miscfs/nullfs/
H A Dnull_vnops.c417 error = VFS_VGET(mp, (ino64_t)va.va_parentid, &dvp, ctx); in null_get_lowerparent()
/xnu-11215/bsd/nfs/
H A Dnfs_serv.c4649 if ((error = VFS_VGET(vnode_mount(vp), (ino64_t)attr.va_fileid, &nvp, ctx))) { in nfsrv_readdirplus()
4678 if (VFS_VGET(vnode_mount(vp), (ino64_t)dp->d_fileno, &nvp, ctx)) { in nfsrv_readdirplus()