Searched refs:v_writecount (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | vfs_default.c | 1180 return (ap->a_vp->v_writecount < 0); in vop_stdis_text() 1192 if (vp->v_writecount > 0) { in vop_stdset_text() 1201 vp->v_writecount == 0) { in vop_stdset_text() 1207 vp->v_writecount--; in vop_stdset_text() 1224 if (vp->v_writecount < 0) { in vop_stdunset_text() 1226 vp->v_writecount == -1) { in vop_stdunset_text() 1230 vp->v_writecount++; in vop_stdunset_text() 1250 if (vp->v_writecount < 0) { in vop_stdadd_writecount() 1253 VNASSERT(vp->v_writecount + ap->a_inc >= 0, vp, in vop_stdadd_writecount() 1255 if (vp->v_writecount == 0) { in vop_stdadd_writecount() [all …]
|
| H A D | vfs_vnops.c | 417 __func__, vp, vp->v_writecount); in vn_open_vnode() 484 __func__, vp, vp->v_writecount); in vn_close1()
|
| H A D | vfs_subr.c | 1857 VNASSERT(vp->v_writecount == 0, vp, ("Non-zero write count")); in freevnode() 3766 (vp->v_writecount <= 0 || vp->v_type != VREG)) { in vflush() 4092 vp->v_usecount, vp->v_writecount, holdcnt & ~VHOLD_ALL_FLAGS, in vn_printf()
|
| /f-stack/freebsd/vm/ |
| H A D | vnode_pager.c | 325 __func__, vp, vp->v_writecount); in vnode_pager_dealloc() 337 if (vp->v_writecount < 0) in vnode_pager_dealloc() 338 vp->v_writecount = 0; in vnode_pager_dealloc() 1546 __func__, vp, vp->v_writecount); in vnode_pager_update_writecount() 1551 __func__, vp, vp->v_writecount); in vnode_pager_update_writecount()
|
| H A D | vm_map.c | 4384 handle)->v_writecount > 0, in vmspace_fork()
|
| /f-stack/freebsd/security/mac_veriexec/ |
| H A D | veriexec_fingerprint.c | 218 if (vp->v_writecount > 0) in mac_veriexec_fingerprint_check_vnode()
|
| /f-stack/freebsd/sys/ |
| H A D | vnode.h | 180 int v_writecount; /* I ref count of writers or member
|