Home
last modified time | relevance | path

Searched refs:v_writecount (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_default.c1180 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 Dvfs_vnops.c417 __func__, vp, vp->v_writecount); in vn_open_vnode()
484 __func__, vp, vp->v_writecount); in vn_close1()
H A Dvfs_subr.c1857 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 Dvnode_pager.c325 __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 Dvm_map.c4384 handle)->v_writecount > 0, in vmspace_fork()
/f-stack/freebsd/security/mac_veriexec/
H A Dveriexec_fingerprint.c218 if (vp->v_writecount > 0) in mac_veriexec_fingerprint_check_vnode()
/f-stack/freebsd/sys/
H A Dvnode.h180 int v_writecount; /* I ref count of writers or member