MCPcopy Create free account
hub / github.com/axboe/liburing / do_splice

Function do_splice

test/splice.c:185–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185static int do_splice(struct io_uring *ring,
186 int fd_in, loff_t off_in,
187 int fd_out, loff_t off_out,
188 unsigned int len)
189{
190 return do_splice_op(ring, fd_in, off_in, fd_out, off_out, len,
191 IORING_OP_SPLICE);
192}
193
194static int do_tee(struct io_uring *ring, int fd_in, int fd_out,
195 unsigned int len)

Callers 6

check_splice_supportFunction · 0.85
check_zero_spliceFunction · 0.85
splice_to_pipeFunction · 0.85
splice_from_pipeFunction · 0.85
splice_pipe_to_pipeFunction · 0.85
fail_splice_pipe_offsetFunction · 0.85

Calls 1

do_splice_opFunction · 0.85

Tested by

no test coverage detected