Searched defs:pipe_buf_operations (Results 1 – 2 of 2) sorted by relevance
21976 struct pipe_buf_operations { struct21977 int (*confirm)(struct pipe_inode_info *, struct pipe_buffer *);21978 void (*release)(struct pipe_inode_info *, struct pipe_buffer *);21979 bool (*try_steal)(struct pipe_inode_info *, struct pipe_buffer *);21980 bool (*get)(struct pipe_inode_info *, struct pipe_buffer *);
32213 struct pipe_buf_operations { struct32214 int (*confirm)(struct pipe_inode_info *, struct pipe_buffer *);32215 void (*release)(struct pipe_inode_info *, struct pipe_buffer *);32216 bool (*try_steal)(struct pipe_inode_info *, struct pipe_buffer *);32217 bool (*get)(struct pipe_inode_info *, struct pipe_buffer *);