Searched refs:push_pipe (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | iov_iter.c | 512 static size_t push_pipe(struct iov_iter *i, size_t size, in push_pipe() function 572 bytes = n = push_pipe(i, bytes, &i_head, &off); in copy_pipe_to_iter() 610 bytes = n = push_pipe(i, bytes, &i_head, &r); in csum_and_copy_to_pipe_iter() 684 bytes = n = push_pipe(i, bytes, &i_head, &off); in copy_mc_pipe_to_iter() 968 bytes = n = push_pipe(i, bytes, &i_head, &off); in pipe_zero() 1287 ssize_t n = push_pipe(i, maxsize, &iter_head, start); in __pipe_get_pages()
|