pipe_buf_operations
static const struct pipe_buf_operations anon_pipe_buf_ops = {
const struct pipe_buf_operations page_cache_pipe_buf_ops = {
static const struct pipe_buf_operations user_page_pipe_buf_ops = {
const struct pipe_buf_operations default_pipe_buf_ops = {
const struct pipe_buf_operations nosteal_pipe_buf_ops = {
const struct pipe_buf_operations *ops = buf->ops;
const struct pipe_buf_operations *ops;
extern const struct pipe_buf_operations nosteal_pipe_buf_ops;
extern const struct pipe_buf_operations page_cache_pipe_buf_ops;
extern const struct pipe_buf_operations default_pipe_buf_ops;
const struct pipe_buf_operations *ops;/* ops associated with output pipe */
static const struct pipe_buf_operations buffer_pipe_buf_ops = {
static const struct pipe_buf_operations watch_queue_pipe_buf_ops = {
static const struct pipe_buf_operations zero_pipe_buf_ops = {
static const struct pipe_buf_operations smc_pipe_ops = {