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

Function vop_setattr_post

freebsd/kern/vfs_subr.c:5897–5908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5895}
5896
5897void
5898vop_setattr_post(void *ap, int rc)
5899{
5900 struct vop_setattr_args *a;
5901 struct vnode *vp;
5902
5903 a = ap;
5904 vp = a->a_vp;
5905 vn_seqc_write_end(vp);
5906 if (!rc)
5907 VFS_KNOTE_LOCKED(vp, NOTE_ATTRIB);
5908}
5909
5910void
5911vop_setacl_pre(void *ap)

Callers

nothing calls this directly

Calls 1

vn_seqc_write_endFunction · 0.85

Tested by

no test coverage detected