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

Function vop_mkdir_pre

freebsd/kern/vfs_subr.c:5715–5724  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5713}
5714
5715void
5716vop_mkdir_pre(void *ap)
5717{
5718 struct vop_mkdir_args *a;
5719 struct vnode *dvp;
5720
5721 a = ap;
5722 dvp = a->a_dvp;
5723 vn_seqc_write_begin(dvp);
5724}
5725
5726void
5727vop_mkdir_post(void *ap, int rc)

Callers

nothing calls this directly

Calls 1

vn_seqc_write_beginFunction · 0.85

Tested by

no test coverage detected