Lines Matching defs:pipe_inode_info
8726 struct pipe_inode_info { struct
8727 struct mutex mutex;
8728 wait_queue_head_t rd_wait;
8729 wait_queue_head_t wr_wait;
8730 unsigned int head;
8731 unsigned int tail;
8732 unsigned int max_usage;
8733 unsigned int ring_size;
8734 bool note_loss;
8735 unsigned int nr_accounted;
8736 unsigned int readers;
8737 unsigned int writers;
8738 unsigned int files;
8739 unsigned int r_counter;
8740 unsigned int w_counter;
8741 struct page *tmp_page;
8742 struct fasync_struct *fasync_readers;
8743 struct fasync_struct *fasync_writers;
8744 struct pipe_buffer *bufs;
8745 struct user_struct *user;
8746 struct watch_queue *watch_queue;