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