Searched refs:file_data (Results 1 – 6 of 6) sorted by relevance
175 file_data = kzalloc(sizeof(*file_data), GFP_KERNEL); in usbtmc_open()176 if (!file_data) in usbtmc_open()190 file_data->data = data; in usbtmc_open()198 file_data->eom_val = 1; in usbtmc_open()221 if (file_data == NULL) in usbtmc_flush()225 data = file_data->data; in usbtmc_flush()233 file_data->in_status = 0; in usbtmc_flush()260 file_data->data = NULL; in usbtmc_release()261 kfree(file_data); in usbtmc_release()517 file_data->timeout); in usbtmc_get_stb()[all …]
72 if (!ctx->file_data) in io_install_fixed_file()81 ret = io_queue_rsrc_removal(ctx->file_data, slot_index, in io_install_fixed_file()91 *io_get_tag_slot(ctx->file_data, slot_index) = 0; in io_install_fixed_file()140 if (unlikely(!ctx->file_data)) in io_fixed_fd_remove()150 ret = io_queue_rsrc_removal(ctx->file_data, offset, in io_fixed_fd_remove()
337 struct io_rsrc_data *data = ctx->file_data; in __io_sqe_files_update()342 if (!ctx->file_data) in __io_sqe_files_update()566 if (!req->ctx->file_data) in io_files_update_with_index_alloc()661 io_rsrc_data_free(ctx->file_data); in __io_sqe_files_unregister()662 ctx->file_data = NULL; in __io_sqe_files_unregister()671 if (!ctx->file_data) in io_sqe_files_unregister()679 ret = io_rsrc_ref_quiesce(ctx->file_data, ctx); in io_sqe_files_unregister()694 if (ctx->file_data) in io_sqe_files_register()703 &ctx->file_data); in io_sqe_files_register()708 io_rsrc_data_free(ctx->file_data); in io_sqe_files_register()[all …]
2739 if (ctx->file_data) in io_ring_ctx_free()
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
370 struct io_rsrc_data *file_data; member
Completed in 31 milliseconds