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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c206 vnode_t vp_with_iocount; local
225 vp_with_iocount = NULLVP;
361 if (vp != first_vp && vp != vp_with_iocount) {
362 if (vp_with_iocount) {
363 vnode_put(vp_with_iocount);
364 vp_with_iocount = NULLVP;
368 vp_with_iocount = vp;
430 if (vp_with_iocount)
431 vnode_put(vp_with_iocount);
433 vp_with_iocount
[all...]

Completed in 19 milliseconds