Home
last modified time | relevance | path

Searched defs:pipe_buf_operations (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/include/linux/
Dpipe_fs_i.h75 struct pipe_buf_operations { struct
81 int can_merge;
90 int (*confirm)(struct pipe_inode_info *, struct pipe_buffer *);
96 void (*release)(struct pipe_inode_info *, struct pipe_buffer *);
106 int (*steal)(struct pipe_inode_info *, struct pipe_buffer *);
133 const struct pipe_buf_operations *ops = buf->ops; in pipe_buf_release() argument