taglinefilesource code
pipe_inode_operations475fs/inode.cextern struct inode_operations pipe_inode_operations;
pipe_inode_operations483fs/inode.cinode->i_op = &pipe_inode_operations;
pipe_inode_operations361fs/pipe.cstruct inode_operations pipe_inode_operations = {