Searched refs:offin (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/splice/ |
H A D | splice03.c | 51 loff_t *offin; member 83 TEST(splice(*(tc->fdin), tc->offin, *(tc->fdout), in splice_verify()
|
/third_party/libfuse/example/ |
H A D | hello_ll_uds.c | 280 static ssize_t stream_splice_send(int fdin, off_t *offin, int fdout, in stream_splice_send() argument 287 int i = splice(fdin, offin, fdout, offout, len - count, flags); in stream_splice_send()
|
/third_party/libfuse/include/ |
H A D | fuse_lowlevel.h | 133 ssize_t (*splice_receive)(int fdin, off_t *offin, int fdout, 136 ssize_t (*splice_send)(int fdin, off_t *offin, int fdout,
|
Completed in 3 milliseconds