Home
last modified time | relevance | path

Searched refs:pipefifo_fops (Results 1 – 2 of 2) sorted by relevance

/linux/fs/
H A Dpipe.c894 inode->i_fop = &pipefifo_fops; in get_pipe_inode()
937 &pipefifo_fops); in create_pipe_files()
948 &pipefifo_fops); in create_pipe_files()
1235 const struct file_operations pipefifo_fops = { variable
1393 if (file->f_op != &pipefifo_fops || !pipe) in get_pipe_info()
H A Dinternal.h231 extern const struct file_operations pipefifo_fops;