Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dio_uring.c3672 loff_t *poff_in, *poff_out; in io_splice() local
3679 poff_out = (sp->off_out == -1) ? NULL : &sp->off_out; in io_splice()
3682 ret = do_splice(in, poff_in, out, poff_out, sp->len, flags); in io_splice()