Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_lookup.c2324 error = VFS_VGET(mp, ino, vpp, ctx);
2403 error = VFS_VGET(mp, ino, &vp, ctx);
2406 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.c348 VFS_VGET(mount_t mp, ino64_t ino, struct vnode **vpp, vfs_context_t ctx) in VFS_VGET() function
H A Dvfs_syscalls.c4277 error = VFS_VGET(mp, objid, &vp, ctx); in vnode_getfromid()
4280 error = VFS_VGET(mp, (ino64_t)objid, &vp, ctx); in vnode_getfromid()
H A Dvfs_subr.c13336 (void)VFS_VGET(vp->v_mount, (ino64_t)va.va_parentid, &dvp, ctx); in vnode_getparent_byid()
/xnu-12377.41.6/bsd/sys/
H A Dmount.h855 extern int VFS_VGET(mount_t, ino64_t, vnode_t *, vfs_context_t);
/xnu-12377.41.6/bsd/miscfs/nullfs/
H A Dnull_vnops.c417 error = VFS_VGET(mp, (ino64_t)va.va_parentid, &dvp, ctx); in null_get_lowerparent()
/xnu-12377.41.6/bsd/nfs/
H A Dnfs_serv.c4655 if ((error = VFS_VGET(vnode_mount(vp), (ino64_t)attr.va_fileid, &nvp, ctx))) { in nfsrv_readdirplus()
4684 if (VFS_VGET(vnode_mount(vp), (ino64_t)dp->d_fileno, &nvp, ctx)) { in nfsrv_readdirplus()