Searched refs:v_seqc_users (Results 1 – 2 of 2) sorted by relevance
4093 vp->v_seqc_users); in vn_printf()6841 VNPASS(vp->v_seqc_users >= 0, vp); in vn_seqc_write_begin_unheld_locked()6842 vp->v_seqc_users++; in vn_seqc_write_begin_unheld_locked()6843 if (vp->v_seqc_users == 1) in vn_seqc_write_begin_unheld_locked()6879 VNPASS(vp->v_seqc_users > 0, vp); in vn_seqc_write_end_locked()6880 vp->v_seqc_users--; in vn_seqc_write_end_locked()6881 if (vp->v_seqc_users == 0) in vn_seqc_write_end_locked()6905 vp->v_seqc_users = 0; in vn_seqc_init()6913 VNPASS(vp->v_seqc_users == 1, vp); in vn_seqc_write_end_free()
182 int v_seqc_users; /* i modifications pending */ member