taglinefilesource code
pipe_inode_operations518fs/inode.cextern struct inode_operations pipe_inode_operations;
pipe_inode_operations526fs/inode.cinode->i_op = &pipe_inode_operations;
pipe_inode_operations376fs/pipe.cstruct inode_operations pipe_inode_operations = {