'\" t .\" Title: __audit_getname .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: July 2017 .\" Manual: Audit Interfaces .\" Source: Kernel Hackers Manual 4.11.6 .\" Language: English .\" .TH "__AUDIT_GETNAME" "9" "July 2017" "Kernel Hackers Manual 4\&.11\&" "Audit Interfaces" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" __audit_getname \- add a name to the list .SH "SYNOPSIS" .HP \w'void\ __audit_getname('u .BI "void __audit_getname(struct\ filename\ *\ " "name" ");" .SH "ARGUMENTS" .PP \fIstruct filename * name\fR .RS 4 name to add .RE .SH "DESCRIPTION" .PP Add a name to the list of audit names for this context\&. Called from fs/namei\&.c:\fBgetname\fR\&. .SH "COPYRIGHT" .br