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

/darwin-on-arm/xnu/bsd/sys/
H A Dvnode_internal.h177 int32_t v_writecount; /* reference count of writers */ member in struct:vnode
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_subr.c528 (vp->v_writecount == 0 || vp->v_type != VREG))
1496 if ((vflags & VNODE_WRITEABLE) && (vp->v_writecount == 0))
1553 if (++vp->v_writecount <= 0)
1554 panic("vnode_ref_ext: v_writecount");
1791 if (--vp->v_writecount < 0)
1792 panic("vnode_rele_ext: vp %p writecount -ve : %d. v_tag = %d, v_type = %d, v_flag = %x.", vp, vp->v_writecount, vp->v_tag, vp->v_type, vp->v_flag);
1994 (vp->v_writecount == 0 || vp->v_type != VREG)) {
2501 typename[vp->v_type], vp->v_usecount, vp->v_writecount);
3996 vp->v_writecount = 0;
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_exec.c3122 if (vp->v_writecount) {

Completed in 32 milliseconds