MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vn_seqc_write_begin_locked

Function vn_seqc_write_begin_locked

freebsd/kern/vfs_subr.c:6847–6854  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6845}
6846
6847void
6848vn_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
6856void
6857vn_seqc_write_begin(struct vnode *vp)

Callers 2

vgonelFunction · 0.85
vn_seqc_write_beginFunction · 0.85

Calls 1

Tested by

no test coverage detected