taglinefilesource code
pipebuf27fs/pipe.cchar *pipebuf;
pipebuf54fs/pipe.cpipebuf = PIPE_BASE(*inode)+PIPE_START(*inode);
pipebuf59fs/pipe.cmemcpy_tofs(buf, pipebuf, chars );
pipebuf74fs/pipe.cchar *pipebuf;
pipebuf104fs/pipe.cpipebuf = PIPE_BASE(*inode)+PIPE_END(*inode);
pipebuf108fs/pipe.cmemcpy_fromfs(pipebuf, buf, chars );