Searched refs:audit_vp (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/security/audit/
H A Daudit_worker.c82 * audit_cred and audit_vp are the stored credential and vnode to use for
92 static struct vnode *audit_vp; variable in typeref:struct:vnode
355 audit_record_write(audit_vp, audit_cred, ar->k_udata,
394 audit_record_write(audit_vp, audit_cred, bsm->data, bsm->len);
497 old_audit_vp = audit_vp;
499 audit_vp = vp;
502 audit_enabled = (audit_vp != NULL);

Completed in 114 milliseconds