Searched refs:generic_pipe_buf_try_steal (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | pipe_fs_i.h | 270 bool generic_pipe_buf_try_steal(struct pipe_inode_info *, struct pipe_buffer *);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | pipe_fs_i.h | 275 bool generic_pipe_buf_try_steal(struct pipe_inode_info *, struct pipe_buffer *);
|
/kernel/linux/linux-5.10/fs/ |
H A D | pipe.c | 153 * generic_pipe_buf_try_steal - attempt to take ownership of a &pipe_buffer 164 bool generic_pipe_buf_try_steal(struct pipe_inode_info *pipe, in generic_pipe_buf_try_steal() function 180 EXPORT_SYMBOL(generic_pipe_buf_try_steal); variable
|
H A D | splice.c | 154 return generic_pipe_buf_try_steal(pipe, buf); in user_page_pipe_buf_try_steal() 333 .try_steal = generic_pipe_buf_try_steal,
|
/kernel/linux/linux-6.6/fs/ |
H A D | pipe.c | 154 * generic_pipe_buf_try_steal - attempt to take ownership of a &pipe_buffer 165 bool generic_pipe_buf_try_steal(struct pipe_inode_info *pipe, in generic_pipe_buf_try_steal() function 181 EXPORT_SYMBOL(generic_pipe_buf_try_steal); variable
|
H A D | splice.c | 169 return generic_pipe_buf_try_steal(pipe, buf); in user_page_pipe_buf_try_steal() 405 .try_steal = generic_pipe_buf_try_steal,
|
/kernel/linux/linux-5.10/kernel/ |
H A D | relay.c | 1185 .try_steal = generic_pipe_buf_try_steal,
|
/kernel/linux/linux-6.6/kernel/ |
H A D | relay.c | 1097 .try_steal = generic_pipe_buf_try_steal,
|
Completed in 13 milliseconds