Searched refs:vnode_getwithvid (Results 1 - 16 of 16) sorted by relevance

/xnu-2422.115.4/bsd/hfs/
H A Dhfs_chash.c180 if ((error = vnode_getwithvid(vp, vid))) {
337 if (vnode_getwithvid(vp, vid))
H A Dhfs_vnops.c3324 if (vnode_getwithvid(rvp, rsrc_vid)) {
4305 if (vnode_getwithvid (tvp_rsrc, tvp_rsrc_vid)) {
6328 * It is not safe to hold the cnode lock when calling vnode_getwithvid()
6329 * for the alternate fork -- vnode_getwithvid() could deadlock waiting
6343 error = vnode_getwithvid(rvp, vid);
/xnu-2422.115.4/bsd/dev/vn/
H A Dvn.c517 error = vnode_getwithvid(vn->sc_vp, vn->sc_vid);
547 error = vnode_getwithvid(vn->sc_shadow_vp,
598 error = vnode_getwithvid(vn->sc_vp, vn->sc_vid);
627 error = vnode_getwithvid(vn->sc_shadow_vp,
835 error = vnode_getwithvid(vp, vn->sc_vid);
844 error = vnode_getwithvid(shadow_vp,
/xnu-2422.115.4/bsd/kern/
H A Dtty_tty.c273 if (vnode_getwithvid(vp, vid) != 0)
H A Dproc_info.c754 if ((vp != NULLVP) && ((vnode_getwithvid(vp, vid)) == 0)) {
836 if ((vnode_getwithvid(vp, vnodeid)) == 0) {
881 if ((error = vnode_getwithvid(vncdirvp, vncdirid)) == 0) {
896 if ((error = vnode_getwithvid(vnrdirvp, vnrdirid)) == 0) {
938 error = vnode_getwithvid(tvp, vid);
1277 if ((error = vnode_getwithvid(vp, vid)) != 0) {
1298 if ((error = vnode_getwithvid(vp, vid)) != 0) {
H A Dkern_exit.c634 if ((ttyvp != NULLVP) && (vnode_getwithvid(ttyvp, ttyvid) == 0)) {
1825 if ((ttyvp != NULLVP) && (vnode_getwithvid(ttyvp, ttyvid) == 0)) {
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cache.c246 * after we drop the NAME_CACHE_LOCK via vnode_getwithvid...
381 if (vnode_getwithvid(vp, vid))
498 if (vnode_getwithvid(vp, vid))
559 if (vnode_getwithvid(pvp, pvid) != 0)
1535 if (vnode_getwithvid(vp, vid)) {
H A Dvfs_subr.c1402 if (vnode_getwithvid(vp,vid)) {
1406 * Termination state is checked in vnode_getwithvid
2271 if (vnode_getwithvid(vq,vid)){
2403 if (vnode_getwithvid(vp,vid))
2447 if (vnode_getwithvid(vq, vid)) {
4051 * vnode_getwithvid() cuts in line in front of a vnode drain (that is,
4057 vnode_getwithvid(vnode_t vp, uint32_t vid) function
4063 * vnode_getwithvid_drainok() is like vnode_getwithvid(), but *does* block behind a vnode
4255 * if the number of recent references via vnode_getwithvid or vnode_getwithref
4400 * give the vnode a new identity so that vnode_getwithvid wil
[all...]
H A Dvfs_vnops.c1599 if (vnode_getwithvid(vp, kn->kn_hookid))
H A Dvfs_syscalls.c8366 error = vnode_getwithvid(nspace_items[i].vp, nspace_items[i].vid);
8682 error = vnode_getwithvid (vp, vvid);
/xnu-2422.115.4/bsd/miscfs/devfs/
H A Ddevfs_tree.c1158 error = vnode_getwithvid(vn_p, vid);
1170 * vnode_getwithvid returned a valid ref
1385 if (vnode_getwithvid(dvep->dve_vp, dvep->dve_vid) == 0) {
H A Ddevfs_fdesc_support.c222 if (vnode_getwithvid(fd->fd_vnode, vid)) {
/xnu-2422.115.4/bsd/sys/
H A Dvnode.h1313 completely different vnode than was intended. vnode_getwithref() and vnode_getwithvid()
1321 @function vnode_getwithvid
1323 @discussion If vnode_getwithvid() succeeds, the resulting io-reference must be dropped with vnode_put().
1326 iocount is then dropped, and time passes (perhaps locks are dropped and picked back up). Subsequently, vnode_getwithvid() is called to get an iocount,
1329 On success, vnode_getwithvid() returns with an iocount held on the vnode; this type of reference is intended to be held only for short periods of time (e.g.
1334 int vnode_getwithvid(vnode_t, uint32_t);
/xnu-2422.115.4/bsd/miscfs/specfs/
H A Dspec_vnops.c2356 error = vnode_getwithvid(vp, kn->kn_hookid);
2401 error = vnode_getwithvid(vp, kn->kn_hookid);
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_node.c253 if ((error = vnode_getwithvid(vp, vid))) {
H A Dnfs_vfsops.c4434 while ((error = vnode_getwithvid(vp, vpid))) {

Completed in 274 milliseconds