Home
last modified time | relevance | path

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

/linux/fs/
H A Dpipe.c965 static const struct file_operations pipeanon_fops; variable
984 inode->i_fop = &pipeanon_fops; in get_pipe_inode()
1027 &pipeanon_fops); in create_pipe_files()
1038 &pipeanon_fops); in create_pipe_files()
1204 bool is_pipe = inode->i_fop == &pipeanon_fops; in fifo_open()
1338 static const struct file_operations pipeanon_fops = { variable
1501 if (file->f_op != &pipefifo_fops && file->f_op != &pipeanon_fops) in get_pipe_info()