Searched refs:alloc_file_clone (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | file.h | 30 extern struct file *alloc_file_clone(struct file *, int flags,
|
| /linux/fs/ |
| H A D | file_table.c | 427 struct file *alloc_file_clone(struct file *base, int flags, in alloc_file_clone() function
|
| H A D | pipe.c | 956 res[0] = alloc_file_clone(f, O_RDONLY | (flags & O_NONBLOCK), in create_pipe_files()
|
| /linux/ipc/ |
| H A D | shm.c | 1627 file = alloc_file_clone(base, f_flags, in do_shmat()
|
| /linux/Documentation/filesystems/ |
| H A D | porting.rst | 784 alloc_file_clone(file, flags, ops) does not affect any caller's references.
|