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