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

Function vop_deleteextattr_post

freebsd/kern/vfs_subr.c:5672–5683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5670}
5671
5672void
5673vop_deleteextattr_post(void *ap, int rc)
5674{
5675 struct vop_deleteextattr_args *a;
5676 struct vnode *vp;
5677
5678 a = ap;
5679 vp = a->a_vp;
5680 vn_seqc_write_end(vp);
5681 if (!rc)
5682 VFS_KNOTE_LOCKED(a->a_vp, NOTE_ATTRIB);
5683}
5684
5685void
5686vop_link_pre(void *ap)

Callers

nothing calls this directly

Calls 1

vn_seqc_write_endFunction · 0.85

Tested by

no test coverage detected