Lines Matching defs:pipe_inode_info
48 struct pipe_inode_info { struct
49 struct mutex mutex;
50 wait_queue_head_t wait;
51 unsigned int nrbufs, curbuf, buffers;
52 unsigned int readers;
53 unsigned int writers;
54 unsigned int files;
55 unsigned int waiting_writers;
56 unsigned int r_counter;
57 unsigned int w_counter;
58 struct page *tmp_page;
59 struct fasync_struct *fasync_readers;
60 struct fasync_struct *fasync_writers;
61 struct pipe_buffer *bufs;
62 struct user_struct *user;