Searched defs:splice_desc (Results 1 – 1 of 1) sorted by relevance
26 struct splice_desc { struct27 size_t total_len; /* remaining length */28 unsigned int len; /* current length */29 unsigned int flags; /* splice flags */33 union {37 } u;38 loff_t pos; /* file position */39 loff_t *opos; /* sendfile: output position */40 size_t num_spliced; /* number of bytes already spliced */64 struct splice_desc *); argument