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

Function vop_remove_pre

freebsd/kern/vfs_subr.c:5788–5799  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5786}
5787
5788void
5789vop_remove_pre(void *ap)
5790{
5791 struct vop_remove_args *a;
5792 struct vnode *dvp, *vp;
5793
5794 a = ap;
5795 dvp = a->a_dvp;
5796 vp = a->a_vp;
5797 vn_seqc_write_begin(dvp);
5798 vn_seqc_write_begin(vp);
5799}
5800
5801void
5802vop_remove_post(void *ap, int rc)

Callers

nothing calls this directly

Calls 1

vn_seqc_write_beginFunction · 0.85

Tested by

no test coverage detected