taglinefilesource code
pipe_inode_operations400fs/inode.cextern struct inode_operations pipe_inode_operations;
pipe_inode_operations408fs/inode.cinode->i_op = &pipe_inode_operations;
pipe_inode_operations360fs/pipe.cstruct inode_operations pipe_inode_operations = {