Home
last modified time | relevance | path

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

/linux/fs/
H A Dinternal.h235 extern const struct file_operations pipefifo_fops;
H A Dpipe.c1244 const struct file_operations pipefifo_fops = { variable
1419 if (file->f_op != &pipefifo_fops && file->f_op != &pipeanon_fops) in get_pipe_info()
H A Dinode.c2530 inode->i_fop = &pipefifo_fops; in init_special_inode()