Home
last modified time | relevance | path

Searched refs:alloc_file_clone (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dfile.h30 extern struct file *alloc_file_clone(struct file *, int flags,
/linux/fs/
H A Dfile_table.c427 struct file *alloc_file_clone(struct file *base, int flags, in alloc_file_clone() function
H A Dpipe.c954 res[0] = alloc_file_clone(f, O_RDONLY | (flags & O_NONBLOCK), in create_pipe_files()