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

/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h150 void * v_owner; /* act that owns the vnode */ member in struct:vnode
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c1544 if (vp->v_owner != current_thread()) {
4196 if ((vp->v_lflag & VL_SUSPENDED) && vp->v_owner == current_thread()) {
4200 vp->v_owner = NULL;
4228 if (vp->v_owner == NULL) {
4230 vp->v_owner = current_thread();
4260 vp->v_owner = current_thread();
4314 (vp->v_owner == current_thread())) {
4445 vp->v_owner = NULL;

Completed in 22 milliseconds