Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/
H A Dsplice.c1122 loff_t offset, *__off_in = NULL, *__off_out = NULL; in __do_splice() local
1136 __off_out = &offset; in __do_splice()
1144 ret = do_splice(in, __off_in, out, __off_out, len, flags); in __do_splice()
1148 if (__off_out && copy_to_user(off_out, __off_out, sizeof(loff_t))) in __do_splice()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/
H A Dsplice.c1122 loff_t offset, *__off_in = NULL, *__off_out = NULL; in __do_splice() local
1136 __off_out = &offset; in __do_splice()
1144 ret = do_splice(in, __off_in, out, __off_out, len, flags); in __do_splice()
1148 if (__off_out && copy_to_user(off_out, __off_out, sizeof(loff_t))) in __do_splice()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/
H A Dsplice.c1122 loff_t offset, *__off_in = NULL, *__off_out = NULL; in __do_splice() local
1136 __off_out = &offset; in __do_splice()
1144 ret = do_splice(in, __off_in, out, __off_out, len, flags); in __do_splice()
1148 if (__off_out && copy_to_user(off_out, __off_out, sizeof(loff_t))) in __do_splice()