Home
last modified time | relevance | path

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

/xnu-11215/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-11215/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-11215/bsd/kern/
H A Dtty_tty.c275 if (vnode_getwithvid(vp, vid) != 0) { in cttyvp()
H A Dproc_info.c1035 if ((vp != NULLVP) && ((vnode_getwithvid(vp, vid)) == 0)) { in proc_pidthreadpathinfo()
1122 if ((vnode_getwithvid(vp, vnodeid)) == 0) { in proc_pidregionpathinfo()
1160 if ((vnode_getwithvid(vp, vnodeid)) == 0) { in proc_pidregionpathinfo2()
1201 if ((vnode_getwithvid(vp, vnodeid)) == 0) { in proc_pidregionpath()
1244 if ((vnode_getwithvid(vp, vnodeid)) == 0) { in proc_pidregionpathinfo3()
1313 if ((error = vnode_getwithvid(vncdirvp, vncdirid)) == 0) { in proc_pidvnodepathinfo()
1328 if ((error = vnode_getwithvid(vnrdirvp, vnrdirid)) == 0) { in proc_pidvnodepathinfo()
1392 error = vnode_getwithvid(tvp, vid); in proc_pidpathinfo_internal()
1409 if (vnode_getwithvid(tvp, vid) == 0) { in proc_pidpathinfo_internal()
2544 if ((error = vnode_getwithvid(vp, vid)) != 0) { in pid_vnodeinfo()
[all …]
H A Dkern_mman.c1830 if ((vnode_getwithvid(vp, vid)) == 0) { in mremap_encrypted()
H A Dkern_exit.c2301 if ((ttyvp != NULLVP) && (vnode_getwithvid(ttyvp, ttyvid) == 0)) { in proc_exit()
H A Dkern_proc.c1953 if (vnode_getwithvid(ttyvp, ttyvid) == 0) { in proc_gettty()
/xnu-11215/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()
2583 if (vnode_getwithvid(vp, vid)) { in cache_lookup_fallback()
2725 if (vnode_getwithvid(vp, vid) != 0) { in cache_lookup_ext()
H A Dvfs_subr.c2196 if (vnode_getwithvid(vp, vid)) { in checkalias()
3244 if (vnode_getwithvid(vq, vid)) { in vn_revoke()
3399 if (vnode_getwithvid(vp, vid)) { in get_vp_from_dev()
3554 if ((vq != vp) && vnode_getwithvid(vq, vid)) { in vcount()
6312 vnode_getwithvid(vnode_t vp, uint32_t vid) in vnode_getwithvid() function
12341 (vnode_getwithvid(infop->trigger_vp, infop->trigger_vid) == 0)) { in trigger_unmount_callback()
12440 (vnode_getwithvid(info.trigger_vp, info.trigger_vid) == 0)) { in vfs_nested_trigger_unmounts()
H A Dvfs_vnops.c2019 if (vnode_getwithvid(vp, vid)) { in filt_vndetach()
H A Dvfs_syscalls.c12755 error = vnode_getwithvid(vp, vvid); in handle_sync_volume()
/xnu-11215/bsd/dev/dtrace/
H A Ddtrace_subr.c137 if ((err = vnode_getwithvid(tvp, vid)) != 0) in dtrace_proc_get_execpath()
/xnu-11215/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-11215/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-11215/bsd/sys/
H A Dvnode.h1686 int vnode_getwithvid(vnode_t, uint32_t);
/xnu-11215/bsd/miscfs/specfs/
H A Dspec_vnops.c3027 if (!attach && vnode_getwithvid(vp, vnode_vid(vp)) != 0) { in filt_spec_common()