Searched refs:v_writecount (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/bsd/sys/ |
| H A D | vnode_internal.h | 202 int32_t v_writecount; /* reference count of writers */ member
|
| /xnu-12377.41.6/bsd/vfs/ |
| H A D | vfs_subr.c | 604 if ((flags & WRITECLOSE) && (vp->v_writecount == 0 || vp->v_type != VREG)) { in vnode_umount_preflight() 2300 if ((vflags & VNODE_WRITEABLE) && (vp->v_writecount == 0)) { in vget_internal() 2359 if (++vp->v_writecount <= 0) { in vnode_ref_ext() 2692 if (--vp->v_writecount < 0) { in vnode_rele_internal() 2693 …writecount -ve : %d. v_tag = %d, v_type = %d, v_flag = %x.", vp, vp->v_writecount, vp->v_tag, vp-… in vnode_rele_internal() 2910 (vp->v_writecount == 0 || vp->v_type != VREG)) { in vflush() 3636 vp->v_usecount, vp->v_writecount, path); in vprint_internal() 3644 vp->v_usecount, vp->v_writecount); in vprint_internal() 5357 printf(" writecount %d, numoutput %d\n", vp->v_writecount, in vn_print_state() 6061 vp->v_writecount = 0; in new_vnode() [all …]
|
| H A D | vfs_vnops.c | 880 if (vp->v_tag == VT_HFS && (flags & FWRITE) && vp->v_writecount == 1) { in vn_close()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | kern_exec.c | 7302 if (vp->v_writecount) { in exec_check_permissions()
|