Lines Matching refs:file_data
439 struct io_rsrc_data *data = ctx->file_data; in __io_sqe_files_update()
446 if (!ctx->file_data) in __io_sqe_files_update()
682 if (!req->ctx->file_data) in io_files_update_with_index_alloc()
782 io_rsrc_data_free(ctx->file_data); in __io_sqe_files_unregister()
783 ctx->file_data = NULL; in __io_sqe_files_unregister()
792 if (!ctx->file_data) in io_sqe_files_unregister()
800 ret = io_rsrc_ref_quiesce(ctx->file_data, ctx); in io_sqe_files_unregister()
945 if (ctx->file_data) in io_sqe_files_register()
957 &ctx->file_data); in io_sqe_files_register()
962 io_rsrc_data_free(ctx->file_data); in io_sqe_files_register()
963 ctx->file_data = NULL; in io_sqe_files_register()
977 if (unlikely(*io_get_tag_slot(ctx->file_data, i))) in io_sqe_files_register()