Searched defs:splice_desc (Results 1 – 1 of 1) sorted by relevance
29 struct splice_desc { struct30 size_t total_len; /* remaining length */31 unsigned int len; /* current length */32 unsigned int flags; /* splice flags */36 union {40 } u;41 loff_t pos; /* file position */42 loff_t *opos; /* sendfile: output position */66 struct splice_desc *); argument