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

Function vn_seqc_write_end_free

freebsd/kern/vfs_subr.c:6908–6914  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6906}
6907
6908static void
6909vn_seqc_write_end_free(struct vnode *vp)
6910{
6911
6912 VNPASS(seqc_in_modify(vp->v_seqc), vp);
6913 VNPASS(vp->v_seqc_users == 1, vp);
6914}
6915
6916void
6917vn_irflag_set_locked(struct vnode *vp, short toset)

Callers 1

freevnodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected