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