Searched refs:pipe_buf_operations (Results 1 - 8 of 8) sorted by relevance

/linux-master/include/linux/
H A Dsplice.h62 const struct pipe_buf_operations *ops;/* ops associated with output pipe */
109 extern const struct pipe_buf_operations page_cache_pipe_buf_ops;
110 extern const struct pipe_buf_operations default_pipe_buf_ops;
H A Dpipe_fs_i.h22 * @ops: operations associated with this buffer. See @pipe_buf_operations.
29 const struct pipe_buf_operations *ops;
95 struct pipe_buf_operations { struct
216 const struct pipe_buf_operations *ops = buf->ops;
278 extern const struct pipe_buf_operations nosteal_pipe_buf_ops;
/linux-master/net/smc/
H A Dsmc_rx.c138 static const struct pipe_buf_operations smc_pipe_ops = {
/linux-master/fs/
H A Dsplice.c155 const struct pipe_buf_operations page_cache_pipe_buf_ops = {
172 static const struct pipe_buf_operations user_page_pipe_buf_ops = {
193 * the struct pipe_buf_operations associated with these pages. This
404 const struct pipe_buf_operations default_pipe_buf_ops = {
411 const struct pipe_buf_operations nosteal_pipe_buf_ops = {
H A Dpipe.c204 static const struct pipe_buf_operations anon_pipe_buf_ops = {
/linux-master/kernel/
H A Dwatch_queue.c84 static const struct pipe_buf_operations watch_queue_pipe_buf_ops = {
/linux-master/mm/
H A Dshmem.c2943 static const struct pipe_buf_operations zero_pipe_buf_ops = {
/linux-master/kernel/trace/
H A Dtrace.c8056 static const struct pipe_buf_operations buffer_pipe_buf_ops = {

Completed in 195 milliseconds