Searched refs:opos (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/linux/ |
D | splice.h | 42 loff_t *opos; /* sendfile: output position */ member
|
D | fs.h | 2996 loff_t *opos, size_t len, unsigned int flags);
|
/Linux-v4.19/fs/ |
D | splice.c | 1019 return do_splice_from(pipe, file, sd->opos, sd->total_len, in direct_splice_actor() 1040 loff_t *opos, size_t len, unsigned int flags) in do_splice_direct() argument 1048 .opos = opos, in do_splice_direct() 1058 ret = rw_verify_area(WRITE, out, opos, len); in do_splice_direct()
|