Searched refs:splice_pipe_desc (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/include/linux/ |
D | splice.h | 53 struct splice_pipe_desc { struct 60 void (*spd_release)(struct splice_pipe_desc *, unsigned int); argument 74 struct splice_pipe_desc *); 81 extern int splice_grow_spd(const struct pipe_inode_info *, struct splice_pipe_desc *); 82 extern void splice_shrink_spd(struct splice_pipe_desc *); 83 extern void spd_release_page(struct splice_pipe_desc *, unsigned int);
|
/linux-4.1.27/fs/ |
D | splice.c | 183 struct splice_pipe_desc *spd) in splice_to_pipe() 268 void spd_release_page(struct splice_pipe_desc *spd, unsigned int i) in spd_release_page() 277 int splice_grow_spd(const struct pipe_inode_info *pipe, struct splice_pipe_desc *spd) in splice_grow_spd() 296 void splice_shrink_spd(struct splice_pipe_desc *spd) in splice_shrink_spd() 318 struct splice_pipe_desc spd = { in __generic_file_splice_read() 620 struct splice_pipe_desc spd = { in default_file_splice_read() 1589 struct splice_pipe_desc spd = { in vmsplice_to_pipe()
|
/linux-4.1.27/kernel/ |
D | relay.c | 1204 static void relay_page_release(struct splice_pipe_desc *spd, unsigned int i) in relay_page_release() 1229 struct splice_pipe_desc spd = { in subbuf_splice_actor()
|
/linux-4.1.27/net/core/ |
D | skbuff.c | 1786 static void sock_spd_release(struct splice_pipe_desc *spd, unsigned int i) in sock_spd_release() 1810 static bool spd_can_coalesce(const struct splice_pipe_desc *spd, in spd_can_coalesce() 1823 static bool spd_fill_page(struct splice_pipe_desc *spd, in spd_fill_page() 1853 struct splice_pipe_desc *spd, bool linear, in __splice_segment() 1891 struct splice_pipe_desc *spd, struct sock *sk) in __skb_splice_bits() 1935 struct splice_pipe_desc spd = { in skb_splice_bits()
|
/linux-4.1.27/kernel/trace/ |
D | trace.c | 4784 static void tracing_spd_release_pipe(struct splice_pipe_desc *spd, in tracing_spd_release_pipe() 4854 struct splice_pipe_desc spd = { in tracing_splice_read_pipe() 5695 static void buffer_spd_release(struct splice_pipe_desc *spd, unsigned int i) in buffer_spd_release() 5717 struct splice_pipe_desc spd = { in tracing_buffers_splice_read()
|
/linux-4.1.27/mm/ |
D | shmem.c | 1639 struct splice_pipe_desc spd = { in shmem_file_splice_read()
|