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.c4467 vp->v_seqc_users); in vn_printf()
7122 VNPASS(vp->v_seqc_users >= 0, vp); in vn_seqc_write_begin_locked()
7123 vp->v_seqc_users++; in vn_seqc_write_begin_locked()
7124 if (vp->v_seqc_users == 1) in vn_seqc_write_begin_locked()
7142 VNPASS(vp->v_seqc_users > 0, vp); in vn_seqc_write_end_locked()
7143 vp->v_seqc_users--; in vn_seqc_write_end_locked()
7144 if (vp->v_seqc_users == 0) in vn_seqc_write_end_locked()
7168 vp->v_seqc_users = 0; in vn_seqc_init()
7176 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