Searched refs:pipebuf (Results 1 – 1 of 1) sorted by relevance
89 char *pipebuf = PIPE_BASE(*inode) + PIPE_START(*inode); in pipe_read() local97 if (copy_to_user(buf, pipebuf, chars)) in pipe_read()188 char *pipebuf = PIPE_BASE(*inode) + PIPE_END(*inode); in pipe_write() local197 if (copy_from_user(pipebuf, buf, chars)) in pipe_write()