Searched refs:splice_desc (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/linux/ |
D | splice.h | 26 struct splice_desc { struct 64 struct splice_desc *); argument 66 struct splice_desc *); 72 struct splice_desc *, splice_actor *); 75 extern ssize_t splice_direct_to_actor(struct file *, struct splice_desc *,
|
/linux-4.1.27/fs/ |
D | splice.c | 708 struct pipe_buffer *buf, struct splice_desc *sd) in pipe_to_sendpage() 754 static int splice_from_pipe_feed(struct pipe_inode_info *pipe, struct splice_desc *sd, in splice_from_pipe_feed() 812 static int splice_from_pipe_next(struct pipe_inode_info *pipe, struct splice_desc *sd) in splice_from_pipe_next() 847 static void splice_from_pipe_begin(struct splice_desc *sd) in splice_from_pipe_begin() 863 static void splice_from_pipe_end(struct pipe_inode_info *pipe, struct splice_desc *sd) in splice_from_pipe_end() 882 ssize_t __splice_from_pipe(struct pipe_inode_info *pipe, struct splice_desc *sd, in __splice_from_pipe() 918 struct splice_desc sd = { in splice_from_pipe() 950 struct splice_desc sd = { in iter_file_splice_write() 1057 struct splice_desc *sd) in write_pipe_buf() 1160 ssize_t splice_direct_to_actor(struct file *in, struct splice_desc *sd, in splice_direct_to_actor() [all …]
|
/linux-4.1.27/fs/nfsd/ |
D | vfs.c | 827 struct splice_desc *sd) in nfsd_splice_actor() 855 struct splice_desc *sd) in nfsd_direct_splice_actor() 875 struct splice_desc sd = { in nfsd_splice_read()
|
/linux-4.1.27/drivers/char/ |
D | mem.c | 623 struct splice_desc *sd) in pipe_to_null()
|
D | virtio_console.c | 876 struct splice_desc *sd) in pipe_to_sg() 927 struct splice_desc sd = { in port_fops_splice_write()
|