Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_subr.c4522 vp->v_seqc_users); in vn_printf()
7177 VNPASS(vp->v_seqc_users >= 0, vp); in vn_seqc_write_begin_locked()
7178 vp->v_seqc_users++; in vn_seqc_write_begin_locked()
7179 if (vp->v_seqc_users == 1) in vn_seqc_write_begin_locked()
7197 VNPASS(vp->v_seqc_users > 0, vp); in vn_seqc_write_end_locked()
7198 vp->v_seqc_users--; in vn_seqc_write_end_locked()
7199 if (vp->v_seqc_users == 0) in vn_seqc_write_end_locked()
7223 vp->v_seqc_users = 0; in vn_seqc_init()
7231 VNPASS(vp->v_seqc_users == 1, vp); in vn_seqc_write_end_free()
/freebsd/sys/sys/
H A Dvnode.h197 int v_seqc_users; /* i modifications pending */ member