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

Function vop_setattr_pre

freebsd/kern/vfs_subr.c:5886–5895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5884}
5885
5886void
5887vop_setattr_pre(void *ap)
5888{
5889 struct vop_setattr_args *a;
5890 struct vnode *vp;
5891
5892 a = ap;
5893 vp = a->a_vp;
5894 vn_seqc_write_begin(vp);
5895}
5896
5897void
5898vop_setattr_post(void *ap, int rc)

Callers

nothing calls this directly

Calls 1

vn_seqc_write_beginFunction · 0.85

Tested by

no test coverage detected