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

Function vop_mkdir_debugpost

freebsd/kern/vfs_subr.c:5740–5748  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5738
5739#ifdef DEBUG_VFS_LOCKS
5740void
5741vop_mkdir_debugpost(void *ap, int rc)
5742{
5743 struct vop_mkdir_args *a;
5744
5745 a = ap;
5746 if (!rc)
5747 cache_validate(a->a_dvp, *a->a_vpp, a->a_cnp);
5748}
5749#endif
5750
5751void

Callers

nothing calls this directly

Calls 1

cache_validateFunction · 0.70

Tested by

no test coverage detected