Lines Matching defs:file_priv
114327 struct file_priv { struct
114328 struct tpm_chip *chip;
114329 struct tpm_space *space;
114330 struct mutex buffer_mutex;
114331 struct timer_list user_read_timer;
114332 struct work_struct timeout_work;
114333 struct work_struct async_work;
114334 wait_queue_head_t async_wait;
114335 ssize_t response_length;
114336 bool response_read;
114337 bool command_enqueued;
114338 u8 data_buffer[4096];