Searched refs:v_seqc_users (Results 1 – 2 of 2) sorted by relevance
4580 vp->v_seqc_users); in vn_printf()7326 VNPASS(vp->v_seqc_users >= 0, vp); in vn_seqc_write_begin_locked()7327 vp->v_seqc_users++; in vn_seqc_write_begin_locked()7328 if (vp->v_seqc_users == 1) in vn_seqc_write_begin_locked()7346 VNPASS(vp->v_seqc_users > 0, vp); in vn_seqc_write_end_locked()7347 vp->v_seqc_users--; in vn_seqc_write_end_locked()7348 if (vp->v_seqc_users == 0) in vn_seqc_write_end_locked()7372 vp->v_seqc_users = 0; in vn_seqc_init()7380 VNPASS(vp->v_seqc_users == 1, vp); in vn_seqc_write_end_free()
204 int v_seqc_users; /* i modifications pending */ member