Searched defs:pipe_buffer (Results 1 – 1 of 1) sorted by relevance
21 struct pipe_buffer { struct22 struct page *page;23 unsigned int offset, len;24 const struct pipe_buf_operations *ops;25 unsigned int flags;26 unsigned long private;