Lines Matching full:new

111  * Return:	Pointer to new inode on success, ERR_PTR on failure.
185 * anon_inode_getfile - creates a new file instance by hooking it up to an
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 * Creates a new file by hooking it on a single inode. This is useful for files
209 * anon_inode_getfile_fmode - creates a new file instance by hooking it up to an
213 * @name: [in] name of the "class" of the new file
214 * @fops: [in] file operations for the new file
215 * @priv: [in] private data for the new file (will be file's private_data)
219 * Creates a new file by hooking it on a single inode. This is useful for files
241 * anon_inode_create_getfile - Like anon_inode_getfile(), but creates a new
246 * @name: [in] name of the "class" of the new file
247 * @fops: [in] file operations for the new file
248 * @priv: [in] private data for the new file (will be file's private_data)
251 * [in] the logical relationship with the new inode (optional)
253 * Create a new anonymous inode and file pair. This can be done for two
307 * anon_inode_getfd - creates a new file instance by hooking it up to
311 * @name: [in] name of the "class" of the new file
312 * @fops: [in] file operations for the new file
313 * @priv: [in] private data for the new file (will be file's private_data)
316 * Creates a new file by hooking it on a single inode. This is
331 * anon_inode_create_getfd - Like anon_inode_getfd(), but creates a new
335 * @name: [in] name of the "class" of the new file
336 * @fops: [in] file operations for the new file
337 * @priv: [in] private data for the new file (will be file's private_data)
340 * [in] the logical relationship with the new inode (optional)
342 * Create a new anonymous inode and file pair. This can be done for two