Home
last modified time | relevance | path

Searched refs:v_seqc_users (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/sys/kern/
H A Dvfs_subr.c4196 vp->v_seqc_users); in vn_printf()
6986 VNPASS(vp->v_seqc_users >= 0, vp); in vn_seqc_write_begin_locked()
6987 vp->v_seqc_users++; in vn_seqc_write_begin_locked()
6988 if (vp->v_seqc_users == 1) in vn_seqc_write_begin_locked()
7006 VNPASS(vp->v_seqc_users > 0, vp); in vn_seqc_write_end_locked()
7007 vp->v_seqc_users--; in vn_seqc_write_end_locked()
7008 if (vp->v_seqc_users == 0) in vn_seqc_write_end_locked()
7032 vp->v_seqc_users = 0; in vn_seqc_init()
7040 VNPASS(vp->v_seqc_users == 1, vp); in vn_seqc_write_end_free()
/freebsd-13.1/sys/sys/
H A Dvnode.h182 int v_seqc_users; /* i modifications pending */ member