taglinefilesource code
pipebuf28fs/pipe.cchar *pipebuf;
pipebuf55fs/pipe.cpipebuf = PIPE_BASE(*inode)+PIPE_START(*inode);
pipebuf60fs/pipe.cmemcpy_tofs(buf, pipebuf, chars );
pipebuf75fs/pipe.cchar *pipebuf;
pipebuf105fs/pipe.cpipebuf = PIPE_BASE(*inode)+PIPE_END(*inode);
pipebuf109fs/pipe.cmemcpy_fromfs(pipebuf, buf, chars );