Home
last modified time | relevance | path

Searched refs:pipebuf (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/
Dpipe.c89 char *pipebuf = PIPE_BASE(*inode) + PIPE_START(*inode); in pipe_read() local
97 if (copy_to_user(buf, pipebuf, chars)) in pipe_read()
188 char *pipebuf = PIPE_BASE(*inode) + PIPE_END(*inode); in pipe_write() local
197 if (copy_from_user(pipebuf, buf, chars)) in pipe_write()