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

Function vop_mknod_pre

freebsd/kern/vfs_subr.c:5751–5760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5749#endif
5750
5751void
5752vop_mknod_pre(void *ap)
5753{
5754 struct vop_mknod_args *a;
5755 struct vnode *dvp;
5756
5757 a = ap;
5758 dvp = a->a_dvp;
5759 vn_seqc_write_begin(dvp);
5760}
5761
5762void
5763vop_mknod_post(void *ap, int rc)

Callers

nothing calls this directly

Calls 1

vn_seqc_write_beginFunction · 0.85

Tested by

no test coverage detected