| /xnu-12377.1.9/bsd/miscfs/bindfs/ |
| H A D | bind_subr.c | 165 error = vnode_getwithvid(vp, vp_vid); in bind_hashget() 222 error = vnode_getwithvid(ovp, oxp_vid); in bind_hashins()
|
| H A D | bind_vnops.c | 520 if (vnode_getwithvid(lvp, BINDVPTOLOWERVID(vp)) == 0) { in bindfs_pagein() 616 if (vnode_getwithvid(lvp, BINDVPTOLOWERVID(vp)) == 0) { in bindfs_read() 691 if ((result = vnode_getwithvid(lvp, BINDVPTOLOWERVID(in_vp)))) { in bindfs_getbackingvnode()
|
| /xnu-12377.1.9/bsd/miscfs/nullfs/ |
| H A D | null_subr.c | 173 error = vnode_getwithvid(vp, vp_vid); in null_hashget() 230 error = vnode_getwithvid(ovp, oxp_vid); in null_hashins()
|
| H A D | null_vnops.c | 176 if (vnode_getwithvid(checkvp, null_mp->nullm_lowerrootvid)) { in nullfs_special_getattr() 511 error = vnode_getwithvid(null_mp->nullm_lowerrootvp, null_mp->nullm_lowerrootvid); in null_special_lookup() 787 if (vnode_getwithvid(null_mp->nullm_lowerrootvp, null_mp->nullm_lowerrootvid)) { in nullfs_special_readdir() 1025 if (vnode_getwithvid(lvp, NULLVPTOLOWERVID(vp)) == 0) { in nullfs_pagein() 1128 if (vnode_getwithvid(lvp, NULLVPTOLOWERVID(vp)) == 0) { in nullfs_read() 1196 if ((result = vnode_getwithvid(lvp, NULLVPTOLOWERVID(in_vp)))) { in nullfs_getbackingvnode()
|
| /xnu-12377.1.9/bsd/kern/ |
| H A D | tty_tty.c | 275 if (vnode_getwithvid(vp, vid) != 0) { in cttyvp()
|
| H A D | proc_info.c | 1062 if ((vp != NULLVP) && ((vnode_getwithvid(vp, vid)) == 0)) { in proc_pidthreadpathinfo() 1149 if ((vnode_getwithvid(vp, vnodeid)) == 0) { in proc_pidregionpathinfo() 1187 if ((vnode_getwithvid(vp, vnodeid)) == 0) { in proc_pidregionpathinfo2() 1228 if ((vnode_getwithvid(vp, vnodeid)) == 0) { in proc_pidregionpath() 1271 if ((vnode_getwithvid(vp, vnodeid)) == 0) { in proc_pidregionpathinfo3() 1340 if ((error = vnode_getwithvid(vncdirvp, vncdirid)) == 0) { in proc_pidvnodepathinfo() 1355 if ((error = vnode_getwithvid(vnrdirvp, vnrdirid)) == 0) { in proc_pidvnodepathinfo() 1419 error = vnode_getwithvid(tvp, vid); in proc_pidpathinfo_internal() 1436 if (vnode_getwithvid(tvp, vid) == 0) { in proc_pidpathinfo_internal() 2574 if ((error = vnode_getwithvid(vp, vid)) != 0) { in pid_vnodeinfo() [all …]
|
| H A D | kern_mman.c | 1836 if ((vnode_getwithvid(vp, vid)) == 0) { in mremap_encrypted()
|
| H A D | kern_exit.c | 2327 if ((ttyvp != NULLVP) && (vnode_getwithvid(ttyvp, ttyvid) == 0)) { in proc_exit()
|
| H A D | kern_proc.c | 2203 if (vnode_getwithvid(ttyvp, ttyvid) == 0) { in proc_gettty()
|
| /xnu-12377.1.9/bsd/vfs/ |
| H A D | vfs_cache.c | 430 error = vnode_getwithvid(tvp, vid); in vnode_issubdir() 727 if (vnode_getwithvid(vp, vid)) { in build_path_with_parent() 835 if (vnode_getwithvid(vp, vid)) { in build_path_with_parent() 966 if (vnode_getwithvid(pvp, pvid) != 0) { in vnode_getparent_and_name() 1027 if (vnode_getwithvid(real_pvp, pvid) != 0) { in vnode_getparent_if_different() 2617 if (vnode_getwithvid(vp, vid)) { in cache_lookup_fallback() 2759 if (vnode_getwithvid(vp, vid) != 0) { in cache_lookup_ext()
|
| H A D | vfs_subr.c | 2197 if (vnode_getwithvid(vp, vid)) { in checkalias() 3248 if (vnode_getwithvid(vq, vid)) { in vn_revoke() 3403 if (vnode_getwithvid(vp, vid)) { in get_vp_from_dev() 3558 if ((vq != vp) && vnode_getwithvid(vq, vid)) { in vcount() 6351 vnode_getwithvid(vnode_t vp, uint32_t vid) in vnode_getwithvid() function 12457 (vnode_getwithvid(infop->trigger_vp, infop->trigger_vid) == 0)) { in trigger_unmount_callback() 12556 (vnode_getwithvid(info.trigger_vp, info.trigger_vid) == 0)) { in vfs_nested_trigger_unmounts()
|
| H A D | vfs_vnops.c | 2064 if (vnode_getwithvid(vp, vid)) { in filt_vndetach()
|
| H A D | vfs_syscalls.c | 13115 error = vnode_getwithvid(vp, vvid); in handle_sync_volume()
|
| /xnu-12377.1.9/bsd/dev/dtrace/ |
| H A D | dtrace_subr.c | 134 if ((err = vnode_getwithvid(tvp, vid)) != 0) in dtrace_proc_get_execpath()
|
| /xnu-12377.1.9/bsd/miscfs/devfs/ |
| H A D | devfs_fdesc_support.c | 223 if (vnode_getwithvid(vp, vid)) { in fdesc_allocvp()
|
| H A D | devfs_tree.c | 1412 if (vnode_getwithvid(dvep->dve_vp, dvep->dve_vid) == 0) { in devfs_bulk_notify()
|
| /xnu-12377.1.9/bsd/miscfs/routefs/ |
| H A D | routefs_ops.c | 230 if (vnode_getwithvid(routefs_mp_p->route_rvp, routefs_mp_p->route_vpvid) != 0) { in routefs_root()
|
| /xnu-12377.1.9/bsd/sys/ |
| H A D | vnode.h | 1692 int vnode_getwithvid(vnode_t, uint32_t);
|
| /xnu-12377.1.9/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 3033 if (!attach && vnode_getwithvid(vp, vnode_vid(vp)) != 0) { in filt_spec_common()
|