| 6845 | } |
| 6846 | |
| 6847 | void |
| 6848 | vn_seqc_write_begin_locked(struct vnode *vp) |
| 6849 | { |
| 6850 | |
| 6851 | ASSERT_VI_LOCKED(vp, __func__); |
| 6852 | VNPASS(vp->v_holdcnt > 0, vp); |
| 6853 | vn_seqc_write_begin_unheld_locked(vp); |
| 6854 | } |
| 6855 | |
| 6856 | void |
| 6857 | vn_seqc_write_begin(struct vnode *vp) |
no test coverage detected