tag | line | file | source code |
---|---|---|---|
read_fifo_fops | 43 | fs/fifo.c | filp->f_op = &read_fifo_fops; |
read_fifo_fops | 214 | fs/pipe.c | filp->f_op = &read_fifo_fops; |
read_fifo_fops | 223 | fs/pipe.c | filp->f_op = &read_fifo_fops; |
read_fifo_fops | 282 | fs/pipe.c | struct file_operations read_fifo_fops = { |
read_fifo_fops | 344 | include/linux/fs.h | extern struct file_operations read_fifo_fops; |