Home
last modified time | relevance | path

Searched refs:file_data (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/usb/class/
A Dusbtmc.c175 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 …]
/linux/io_uring/
A Dfiletable.c72 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()
A Drsrc.c337 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 …]
A Dio_uring.c2739 if (ctx->file_data) in io_ring_ctx_free()
/linux/fs/cramfs/
A DREADME5 a bit looser, e.g. it doesn't care if the <file_data> items are
37 One <file_data> for each file that's either a symlink or a
40 <file_data>:
68 The order of <file_data>'s is a depth-first descent of the directory
/linux/include/linux/
A Dio_uring_types.h370 struct io_rsrc_data *file_data; member

Completed in 31 milliseconds