Home
last modified time | relevance | path

Searched refs:__off_out (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/
H A Dsplice.c1115 loff_t offset, *__off_in = NULL, *__off_out = NULL; in __do_splice() local
1129 __off_out = &offset; in __do_splice()
1137 ret = do_splice(in, __off_in, out, __off_out, len, flags); in __do_splice()
1141 if (__off_out && copy_to_user(off_out, __off_out, sizeof(loff_t))) in __do_splice()
/kernel/linux/linux-6.6/fs/
H A Dsplice.c1342 loff_t offset, *__off_in = NULL, *__off_out = NULL; in __do_splice() local
1362 __off_out = &offset; in __do_splice()
1370 ret = do_splice(in, __off_in, out, __off_out, len, flags); in __do_splice()
1374 if (__off_out && copy_to_user(off_out, __off_out, sizeof(loff_t))) in __do_splice()

Completed in 4 milliseconds