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

Function vop_create_post

freebsd/kern/vfs_subr.c:5626–5637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5624}
5625
5626void
5627vop_create_post(void *ap, int rc)
5628{
5629 struct vop_create_args *a;
5630 struct vnode *dvp;
5631
5632 a = ap;
5633 dvp = a->a_dvp;
5634 vn_seqc_write_end(dvp);
5635 if (!rc)
5636 VFS_KNOTE_LOCKED(dvp, NOTE_WRITE);
5637}
5638
5639void
5640vop_whiteout_pre(void *ap)

Callers

nothing calls this directly

Calls 1

vn_seqc_write_endFunction · 0.85

Tested by

no test coverage detected