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

Function vop_deleteextattr_pre

freebsd/kern/vfs_subr.c:5661–5670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5659}
5660
5661void
5662vop_deleteextattr_pre(void *ap)
5663{
5664 struct vop_deleteextattr_args *a;
5665 struct vnode *vp;
5666
5667 a = ap;
5668 vp = a->a_vp;
5669 vn_seqc_write_begin(vp);
5670}
5671
5672void
5673vop_deleteextattr_post(void *ap, int rc)

Callers

nothing calls this directly

Calls 1

vn_seqc_write_beginFunction · 0.85

Tested by

no test coverage detected