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

Function vop_whiteout_pre

freebsd/kern/vfs_subr.c:5639–5648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5637}
5638
5639void
5640vop_whiteout_pre(void *ap)
5641{
5642 struct vop_whiteout_args *a;
5643 struct vnode *dvp;
5644
5645 a = ap;
5646 dvp = a->a_dvp;
5647 vn_seqc_write_begin(dvp);
5648}
5649
5650void
5651vop_whiteout_post(void *ap, int rc)

Callers

nothing calls this directly

Calls 1

vn_seqc_write_beginFunction · 0.85

Tested by

no test coverage detected