tag | line | file | source code |
---|---|---|---|
read_fifo_fops | 43 | fs/fifo.c | filp->f_op = &read_fifo_fops; |
read_fifo_fops | 191 | fs/pipe.c | filp->f_op = &read_fifo_fops; |
read_fifo_fops | 200 | fs/pipe.c | filp->f_op = &read_fifo_fops; |
read_fifo_fops | 260 | fs/pipe.c | struct file_operations read_fifo_fops = { |
read_fifo_fops | 327 | include/linux/fs.h | extern struct file_operations read_fifo_fops; |