Home
last modified time | relevance | path

Searched refs:vnode_getwithvid (Results 1 – 19 of 19) sorted by relevance

/xnu-12377.1.9/bsd/miscfs/bindfs/
H A Dbind_subr.c165 error = vnode_getwithvid(vp, vp_vid); in bind_hashget()
222 error = vnode_getwithvid(ovp, oxp_vid); in bind_hashins()
H A Dbind_vnops.c520 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 Dnull_subr.c173 error = vnode_getwithvid(vp, vp_vid); in null_hashget()
230 error = vnode_getwithvid(ovp, oxp_vid); in null_hashins()
H A Dnull_vnops.c176 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 Dtty_tty.c275 if (vnode_getwithvid(vp, vid) != 0) { in cttyvp()
H A Dproc_info.c1062 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 Dkern_mman.c1836 if ((vnode_getwithvid(vp, vid)) == 0) { in mremap_encrypted()
H A Dkern_exit.c2327 if ((ttyvp != NULLVP) && (vnode_getwithvid(ttyvp, ttyvid) == 0)) { in proc_exit()
H A Dkern_proc.c2203 if (vnode_getwithvid(ttyvp, ttyvid) == 0) { in proc_gettty()
/xnu-12377.1.9/bsd/vfs/
H A Dvfs_cache.c430 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 Dvfs_subr.c2197 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 Dvfs_vnops.c2064 if (vnode_getwithvid(vp, vid)) { in filt_vndetach()
H A Dvfs_syscalls.c13115 error = vnode_getwithvid(vp, vvid); in handle_sync_volume()
/xnu-12377.1.9/bsd/dev/dtrace/
H A Ddtrace_subr.c134 if ((err = vnode_getwithvid(tvp, vid)) != 0) in dtrace_proc_get_execpath()
/xnu-12377.1.9/bsd/miscfs/devfs/
H A Ddevfs_fdesc_support.c223 if (vnode_getwithvid(vp, vid)) { in fdesc_allocvp()
H A Ddevfs_tree.c1412 if (vnode_getwithvid(dvep->dve_vp, dvep->dve_vid) == 0) { in devfs_bulk_notify()
/xnu-12377.1.9/bsd/miscfs/routefs/
H A Droutefs_ops.c230 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 Dvnode.h1692 int vnode_getwithvid(vnode_t, uint32_t);
/xnu-12377.1.9/bsd/miscfs/specfs/
H A Dspec_vnops.c3033 if (!attach && vnode_getwithvid(vp, vnode_vid(vp)) != 0) { in filt_spec_common()