Searched refs:v_seqc_users (Results 1 – 2 of 2) sorted by relevance
4482 vp->v_seqc_users); in vn_printf()7137 VNPASS(vp->v_seqc_users >= 0, vp); in vn_seqc_write_begin_locked()7138 vp->v_seqc_users++; in vn_seqc_write_begin_locked()7139 if (vp->v_seqc_users == 1) in vn_seqc_write_begin_locked()7157 VNPASS(vp->v_seqc_users > 0, vp); in vn_seqc_write_end_locked()7158 vp->v_seqc_users--; in vn_seqc_write_end_locked()7159 if (vp->v_seqc_users == 0) in vn_seqc_write_end_locked()7183 vp->v_seqc_users = 0; in vn_seqc_init()7191 VNPASS(vp->v_seqc_users == 1, vp); in vn_seqc_write_end_free()
199 int v_seqc_users; /* i modifications pending */ member