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

/xnu-2422.115.4/bsd/sys/
H A Dvnode_internal.h463 int vnode_ref_ext(vnode_t, int, int);
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c185 if ((error = vnode_ref_ext(vp, fmode, 0)) != 0) {
1359 error = vnode_ref_ext(vp, 0, VNODE_REF_FORCE);
1361 panic("vnode_ref_ext() failed despite VNODE_REF_FORCE?!");
H A Dvfs_subr.c1517 return (vnode_ref_ext(vp, 0, 0));
1525 vnode_ref_ext(vnode_t vp, int fmode, int flags) function
1537 panic("vnode_ref_ext: vp %p has no valid reference %d, %d", vp, vp->v_iocount, vp->v_usecount);
1554 panic("vnode_ref_ext: v_writecount");
1558 panic("vnode_ref_ext: v_kusecount");
8236 error = vnode_ref_ext(vp, O_EVTONLY, VNODE_REF_FORCE);
H A Dvfs_syscalls.c3151 error = vnode_ref_ext(vp, 0, VNODE_REF_FORCE);
3153 panic("vnode_ref_ext() with VNODE_REF_FORCE failed?!");
7356 vnode_ref_ext(vp, fp->f_fglob->fg_flag & O_EVTONLY, 0);
8289 if ( (error = vnode_ref_ext(vp, fmode, 0)) ) {
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_syscalls.c596 if ((error = vnode_ref_ext(vp, fmode, 0)))

Completed in 154 milliseconds