Lines Matching defs:pipe_inode_info
86 struct pipe_inode_info { struct
87 struct mutex mutex;
88 wait_queue_head_t rd_wait, wr_wait;
91 union {
99 unsigned int max_usage;
100 unsigned int ring_size;
101 unsigned int nr_accounted;
102 unsigned int readers;
103 unsigned int writers;
104 unsigned int files;
105 unsigned int r_counter;
106 unsigned int w_counter;
107 bool poll_usage;
109 bool note_loss;
111 struct page *tmp_page;
112 struct fasync_struct *fasync_readers;
113 struct fasync_struct *fasync_writers;
114 struct pipe_buffer *bufs;
115 struct user_struct *user;
139 int (*confirm)(struct pipe_inode_info *, struct pipe_buffer *); argument