Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsplice.h43 loff_t *opos; /* sendfile: output position */ member
87 loff_t *opos, size_t len, unsigned int flags);
89 loff_t *opos, size_t len);
/linux/fs/
H A Dsplice.c1161 ret = do_splice_from(pipe, file, sd->opos, sd->total_len, sd->flags); in direct_splice_actor()
1171 return do_splice_from(pipe, file, sd->opos, sd->total_len, sd->flags); in splice_file_range_actor()
1183 struct file *out, loff_t *opos, in do_splice_direct_actor() argument
1194 .opos = opos, in do_splice_direct_actor()
1228 loff_t *opos, size_t len, unsigned int flags) in do_splice_direct() argument
1230 return do_splice_direct_actor(in, ppos, out, opos, len, flags, in do_splice_direct()
1251 loff_t *opos, size_t len) in splice_file_range() argument
1255 return do_splice_direct_actor(in, ppos, out, opos, in splice_file_range()