Searched refs:pipe_buffer (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pipe_fs_i.h | 26 struct pipe_buffer { struct 76 struct pipe_buffer *bufs; 101 int (*confirm)(struct pipe_inode_info *, struct pipe_buffer *); 107 void (*release)(struct pipe_inode_info *, struct pipe_buffer *); 117 bool (*try_steal)(struct pipe_inode_info *, struct pipe_buffer *); 122 bool (*get)(struct pipe_inode_info *, struct pipe_buffer *); 185 struct pipe_buffer *buf) in pipe_buf_get() 196 struct pipe_buffer *buf) in pipe_buf_release() 210 struct pipe_buffer *buf) in pipe_buf_confirm() 223 struct pipe_buffer *buf) in pipe_buf_try_steal() [all …]
|
| H A D | splice.h | 65 typedef int (splice_actor)(struct pipe_inode_info *, struct pipe_buffer *, 78 struct pipe_buffer *);
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | splice.c | 47 struct pipe_buffer *buf) in page_cache_pipe_buf_try_steal() 92 struct pipe_buffer *buf) in page_cache_pipe_buf_release() 103 struct pipe_buffer *buf) in page_cache_pipe_buf_confirm() 148 struct pipe_buffer *buf) in user_page_pipe_buf_try_steal() 201 struct pipe_buffer *buf = &pipe->bufs[head & mask]; in splice_to_pipe() 230 ssize_t add_to_pipe(struct pipe_inode_info *pipe, struct pipe_buffer *buf) in add_to_pipe() 349 struct pipe_buffer *buf, struct splice_desc *sd) in pipe_to_sendpage() 405 struct pipe_buffer *buf = &pipe->bufs[tail & mask]; in splice_from_pipe_feed() 450 struct pipe_buffer *buf = &pipe->bufs[tail & mask]; in eat_empty_buffer() 666 struct pipe_buffer *buf = &pipe->bufs[tail & mask]; in iter_file_splice_write() [all …]
|
| H A D | pipe.c | 125 struct pipe_buffer *buf) in anon_pipe_buf_release() 141 struct pipe_buffer *buf) in anon_pipe_buf_try_steal() 165 struct pipe_buffer *buf) in generic_pipe_buf_try_steal() 192 bool generic_pipe_buf_get(struct pipe_inode_info *pipe, struct pipe_buffer *buf) in generic_pipe_buf_get() 207 struct pipe_buffer *buf) in generic_pipe_buf_release() 285 struct pipe_buffer *buf = &pipe->bufs[tail & mask]; in pipe_read() 463 struct pipe_buffer *buf = &pipe->bufs[(head - 1) & mask]; in pipe_write() 495 struct pipe_buffer *buf = &pipe->bufs[head & mask]; in pipe_write() 807 pipe->bufs = kcalloc(pipe_bufs, sizeof(struct pipe_buffer), in alloc_pipe_info() 842 struct pipe_buffer *buf = pipe->bufs + i; in free_pipe_info() [all …]
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | dev.c | 658 struct pipe_buffer *pipebufs; 659 struct pipe_buffer *currbuf; 680 struct pipe_buffer *buf = cs->currbuf; in fuse_copy_finish() 714 struct pipe_buffer *buf = cs->pipebufs; in fuse_copy_fill() 808 struct pipe_buffer *buf = cs->pipebufs; in fuse_try_move_page() 914 struct pipe_buffer *buf; in fuse_ref_page() 1393 struct pipe_buffer *bufs; in fuse_dev_splice_read() 1400 bufs = kvmalloc_array(pipe->max_usage, sizeof(struct pipe_buffer), in fuse_dev_splice_read() 1995 struct pipe_buffer *bufs; in fuse_dev_splice_write() 2012 bufs = kvmalloc_array(count, sizeof(struct pipe_buffer), GFP_KERNEL); in fuse_dev_splice_write() [all …]
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | iov_iter.c | 344 struct pipe_buffer *p; in sanity() 379 struct pipe_buffer *buf; in copy_page_to_iter_pipe() 491 static inline bool allocated(struct pipe_buffer *buf) in allocated() 541 struct pipe_buffer *buf = &pipe->bufs[iter_head & p_mask]; in push_pipe() 1031 struct pipe_buffer *buf; in pipe_truncate() 1055 struct pipe_buffer *buf; in pipe_advance() 1104 struct pipe_buffer *b = &pipe->bufs[i_head & p_mask]; in iov_iter_revert()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | watch_queue.c | 59 struct pipe_buffer *buf) in watch_queue_pipe_buf_release() 103 struct pipe_buffer *buf; in post_one_notification()
|
| H A D | relay.c | 1174 struct pipe_buffer *buf) in relay_pipe_buf_release()
|
| /OK3568_Linux_fs/kernel/net/smc/ |
| H A D | smc_rx.c | 109 struct pipe_buffer *buf) in smc_rx_pipe_buf_release()
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | mem.c | 697 static int pipe_to_null(struct pipe_inode_info *info, struct pipe_buffer *buf, in pipe_to_null()
|
| H A D | virtio_console.c | 864 static int pipe_to_sg(struct pipe_inode_info *pipe, struct pipe_buffer *buf, in pipe_to_sg()
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | vfs.c | 851 nfsd_splice_actor(struct pipe_inode_info *pipe, struct pipe_buffer *buf, in nfsd_splice_actor()
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace.c | 7672 struct pipe_buffer *buf) in buffer_pipe_buf_release() 7681 struct pipe_buffer *buf) in buffer_pipe_buf_get()
|