taglinefilesource code
pipebuf33fs/pipe.cchar *pipebuf;
pipebuf60fs/pipe.cpipebuf = PIPE_BASE(*inode)+PIPE_START(*inode);
pipebuf65fs/pipe.cmemcpy_tofs(buf, pipebuf, chars );
pipebuf80fs/pipe.cchar *pipebuf;
pipebuf110fs/pipe.cpipebuf = PIPE_BASE(*inode)+PIPE_END(*inode);
pipebuf114fs/pipe.cmemcpy_fromfs(pipebuf, buf, chars );