Home
last modified time | relevance | path

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

/linux/fs/
H A Dpipe.c884 static const struct file_operations pipeanon_fops; variable
903 inode->i_fop = &pipeanon_fops; in get_pipe_inode()
946 &pipeanon_fops); in create_pipe_files()
957 &pipeanon_fops); in create_pipe_files()
1123 bool is_pipe = inode->i_fop == &pipeanon_fops; in fifo_open()
1257 static const struct file_operations pipeanon_fops = { variable
1421 if (file->f_op != &pipefifo_fops && file->f_op != &pipeanon_fops) in get_pipe_info()