'\" t .\" Title: inode_init_owner .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author] .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: May 2018 .\" Manual: The Linux VFS .\" Source: Kernel Hackers Manual 3.16.56 .\" Language: English .\" .TH "INODE_INIT_OWNER" "9" "May 2018" "Kernel Hackers Manual 3\&.16\&" "The Linux VFS" .\" ----------------------------------------------------------------- .\" * 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" inode_init_owner \- Init uid,gid,mode for new inode according to posix standards .SH "SYNOPSIS" .HP \w'void\ inode_init_owner('u .BI "void inode_init_owner(struct\ inode\ *\ " "inode" ", const\ struct\ inode\ *\ " "dir" ", umode_t\ " "mode" ");" .SH "ARGUMENTS" .PP \fIinode\fR .RS 4 New inode .RE .PP \fIdir\fR .RS 4 Directory inode .RE .PP \fImode\fR .RS 4 mode of the new inode .RE .SH "COPYRIGHT" .br