Searched refs:alloc_file_clone (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | file.h | 25 extern struct file *alloc_file_clone(struct file *, int flags,
 | 
| /Linux-v5.4/fs/ | 
| D | file_table.c | 241 struct file *alloc_file_clone(struct file *base, int flags,  in alloc_file_clone()  function
 | 
| D | pipe.c | 787 	res[0] = alloc_file_clone(f, O_RDONLY | (flags & O_NONBLOCK),  in create_pipe_files()
 | 
| /Linux-v5.4/ipc/ | 
| D | shm.c | 1526 	file = alloc_file_clone(base, f_flags,  in do_shmat()
 | 
| /Linux-v5.4/Documentation/filesystems/ | 
| D | porting.rst | 781 alloc_file_clone(file, flags, ops) does not affect any caller's references.
 |