Home
last modified time | relevance | path

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

/linux/fs/
H A Dsplice.c1405 loff_t offset, *__off_in = NULL, *__off_out = NULL; in __do_splice() local
1430 __off_in = &offset; in __do_splice()
1433 ret = do_splice(in, __off_in, out, __off_out, len, flags); in __do_splice()
1439 if (__off_in && copy_to_user(off_in, __off_in, sizeof(loff_t))) in __do_splice()