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

Function cache_vop_rmdir

freebsd/kern/vfs_cache.c:2776–2783  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2774}
2775
2776void
2777cache_vop_rmdir(struct vnode *dvp, struct vnode *vp)
2778{
2779
2780 ASSERT_VOP_IN_SEQC(dvp);
2781 ASSERT_VOP_IN_SEQC(vp);
2782 cache_purge(vp);
2783}
2784
2785#ifdef INVARIANTS
2786/*

Callers

nothing calls this directly

Calls 1

cache_purgeFunction · 0.85

Tested by

no test coverage detected