Searched refs:__off_out (Results 1 – 1 of 1) sorted by relevance
1120 loff_t offset, *__off_in = NULL, *__off_out = NULL; in __do_splice() local1134 __off_out = &offset; in __do_splice()1142 ret = do_splice(in, __off_in, out, __off_out, len, flags); in __do_splice()1146 if (__off_out && copy_to_user(off_out, __off_out, sizeof(loff_t))) in __do_splice()