Home
last modified time | relevance | path

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

/linux-6.15/fs/
H A Dpipe.c883 static const struct file_operations pipeanon_fops; variable
902 inode->i_fop = &pipeanon_fops; in get_pipe_inode()
945 &pipeanon_fops); in create_pipe_files()
956 &pipeanon_fops); in create_pipe_files()
1120 bool is_pipe = inode->i_fop == &pipeanon_fops; in fifo_open()
1254 static const struct file_operations pipeanon_fops = { variable
1418 if (file->f_op != &pipefifo_fops && file->f_op != &pipeanon_fops) in get_pipe_info()