Searched refs:VFS_VGET (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_lookup.c | 2324 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 D | vfs_cache.c | 758 if ((ret = VFS_VGET(vp->v_mount, (ino64_t)va.va_parentid, &dvp, ctx))) { in build_path_with_parent()
|
| H A D | vfs_fsevents.c | 1122 … if ((ret = VFS_VGET(link_vp->v_mount, (ino64_t)link_parentid, &dvp, vfs_context_kernel())) == 0) { in add_fsevent()
|
| H A D | kpi_vfs.c | 348 VFS_VGET(mount_t mp, ino64_t ino, struct vnode **vpp, vfs_context_t ctx) in VFS_VGET() function
|
| H A D | vfs_syscalls.c | 4277 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 D | vfs_subr.c | 13336 (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 D | mount.h | 855 extern int VFS_VGET(mount_t, ino64_t, vnode_t *, vfs_context_t);
|
| /xnu-12377.41.6/bsd/miscfs/nullfs/ |
| H A D | null_vnops.c | 417 error = VFS_VGET(mp, (ino64_t)va.va_parentid, &dvp, ctx); in null_get_lowerparent()
|
| /xnu-12377.41.6/bsd/nfs/ |
| H A D | nfs_serv.c | 4655 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()
|