Home
last modified time | relevance | path

Searched defs:splice_desc (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/include/linux/
Dsplice.h29 struct splice_desc { struct
30 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