Home
last modified time | relevance | path

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

/fs/
Dpipe.c760 inode->i_fop = &pipefifo_fops; in get_pipe_inode()
793 &pipefifo_fops); in create_pipe_files()
803 &pipefifo_fops); in create_pipe_files()
1038 const struct file_operations pipefifo_fops = { variable
1160 return file->f_op == &pipefifo_fops ? file->private_data : NULL; in get_pipe_info()
Dinternal.h172 extern const struct file_operations pipefifo_fops;
Dinode.c2078 inode->i_fop = &pipefifo_fops; in init_special_inode()