tag | line | file | source code |
---|---|---|---|
read_fifo_fops | 44 | fs/fifo.c | filp->f_op = &read_fifo_fops; |
read_fifo_fops | 215 | fs/pipe.c | filp->f_op = &read_fifo_fops; |
read_fifo_fops | 224 | fs/pipe.c | filp->f_op = &read_fifo_fops; |
read_fifo_fops | 302 | fs/pipe.c | struct file_operations read_fifo_fops = { |
read_fifo_fops | 497 | include/linux/fs.h | extern struct file_operations read_fifo_fops; |