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

Function vop_create_pre

freebsd/kern/vfs_subr.c:5615–5624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5613#endif
5614
5615void
5616vop_create_pre(void *ap)
5617{
5618 struct vop_create_args *a;
5619 struct vnode *dvp;
5620
5621 a = ap;
5622 dvp = a->a_dvp;
5623 vn_seqc_write_begin(dvp);
5624}
5625
5626void
5627vop_create_post(void *ap, int rc)

Callers

nothing calls this directly

Calls 1

vn_seqc_write_beginFunction · 0.85

Tested by

no test coverage detected