Searched refs:splice_desc (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
A D | splice.h | 29 struct splice_desc { struct 66 struct splice_desc *); argument 68 struct splice_desc *); 74 struct splice_desc *, splice_actor *); 79 extern ssize_t splice_direct_to_actor(struct file *, struct splice_desc *,
|
/linux/fs/ |
A D | splice.c | 349 struct pipe_buffer *buf, struct splice_desc *sd) in pipe_to_sendpage() 396 static int splice_from_pipe_feed(struct pipe_inode_info *pipe, struct splice_desc *sd, in splice_from_pipe_feed() 517 static void splice_from_pipe_begin(struct splice_desc *sd) in splice_from_pipe_begin() 552 ssize_t __splice_from_pipe(struct pipe_inode_info *pipe, struct splice_desc *sd, in __splice_from_pipe() 589 struct splice_desc sd = { in splice_from_pipe() 621 struct splice_desc sd = { in iter_file_splice_write() 812 ssize_t splice_direct_to_actor(struct file *in, struct splice_desc *sd, in splice_direct_to_actor() 932 struct splice_desc *sd) in direct_splice_actor() 959 struct splice_desc sd = { in do_splice_direct() 1203 struct splice_desc *sd) in pipe_to_user() [all …]
|
/linux/drivers/char/ |
A D | mem.c | 472 struct splice_desc *sd) in pipe_to_null()
|
A D | virtio_console.c | 866 struct splice_desc *sd) in pipe_to_sg() 917 struct splice_desc sd = { in port_fops_splice_write()
|
/linux/fs/nfsd/ |
A D | vfs.c | 821 struct splice_desc *sd) in nfsd_splice_actor() 839 struct splice_desc *sd) in nfsd_direct_splice_actor() 875 struct splice_desc sd = { in nfsd_splice_read()
|
Completed in 18 milliseconds