Lines Matching full:new

128  * anon_inode_getfile - creates a new file instance by hooking it up to an
132 * @name: [in] name of the "class" of the new file
133 * @fops: [in] file operations for the new file
134 * @priv: [in] private data for the new file (will be file's private_data)
137 * Creates a new file by hooking it on a single inode. This is useful for files
152 * anon_inode_getfile_fmode - creates a new file instance by hooking it up to an
156 * @name: [in] name of the "class" of the new file
157 * @fops: [in] file operations for the new file
158 * @priv: [in] private data for the new file (will be file's private_data)
162 * Creates a new file by hooking it on a single inode. This is useful for files
184 * anon_inode_create_getfile - Like anon_inode_getfile(), but creates a new
189 * @name: [in] name of the "class" of the new file
190 * @fops: [in] file operations for the new file
191 * @priv: [in] private data for the new file (will be file's private_data)
194 * [in] the logical relationship with the new inode (optional)
196 * Create a new anonymous inode and file pair. This can be done for two
250 * anon_inode_getfd - creates a new file instance by hooking it up to
254 * @name: [in] name of the "class" of the new file
255 * @fops: [in] file operations for the new file
256 * @priv: [in] private data for the new file (will be file's private_data)
259 * Creates a new file by hooking it on a single inode. This is
274 * anon_inode_create_getfd - Like anon_inode_getfd(), but creates a new
278 * @name: [in] name of the "class" of the new file
279 * @fops: [in] file operations for the new file
280 * @priv: [in] private data for the new file (will be file's private_data)
283 * [in] the logical relationship with the new inode (optional)
285 * Create a new anonymous inode and file pair. This can be done for two