Searched refs:file_data (Results 1 – 3 of 3) sorted by relevance
153 static void usbtmc_draw_down(struct usbtmc_file_data *file_data);167 struct usbtmc_file_data *file_data; in usbtmc_open() local175 file_data = kzalloc(sizeof(*file_data), GFP_KERNEL); in usbtmc_open()176 if (!file_data) in usbtmc_open()179 spin_lock_init(&file_data->err_lock); in usbtmc_open()180 sema_init(&file_data->limit_write_sem, MAX_URBS_IN_FLIGHT); in usbtmc_open()181 init_usb_anchor(&file_data->submitted); in usbtmc_open()182 init_usb_anchor(&file_data->in_anchor); in usbtmc_open()183 init_waitqueue_head(&file_data->wait_bulk_in); in usbtmc_open()190 file_data->data = data; in usbtmc_open()[all …]
206 struct fixed_file_data *file_data; member321 struct fixed_file_data *file_data; member6089 table = &ctx->file_data->table[index >> IORING_FILE_TABLE_SHIFT]; in io_file_from_index()6105 req->fixed_file_refs = &ctx->file_data->node->refs; in io_file_get()6969 struct fixed_file_data *data = ctx->file_data; in io_sqe_files_unregister()6995 ctx->file_data = NULL; in io_sqe_files_unregister()7220 static int io_sqe_alloc_file_tables(struct fixed_file_data *file_data, in io_sqe_alloc_file_tables() argument7226 struct fixed_file_table *table = &file_data->table[i]; in io_sqe_alloc_file_tables()7241 struct fixed_file_table *table = &file_data->table[i]; in io_sqe_alloc_file_tables()7316 struct fixed_file_data *file_data = ref_node->file_data; in __io_file_put_work() local[all …]
5 a bit looser, e.g. it doesn't care if the <file_data> items are37 One <file_data> for each file that's either a symlink or a40 <file_data>:68 The order of <file_data>'s is a depth-first descent of the directory