Lines Matching refs:file_data
361 struct io_rsrc_data *data = ctx->file_data; in __io_sqe_files_update()
366 if (!ctx->file_data) in __io_sqe_files_update()
591 if (!req->ctx->file_data) in io_files_update_with_index_alloc()
696 io_rsrc_data_free(ctx->file_data); in __io_sqe_files_unregister()
697 ctx->file_data = NULL; in __io_sqe_files_unregister()
706 if (!ctx->file_data) in io_sqe_files_unregister()
714 ret = io_rsrc_ref_quiesce(ctx->file_data, ctx); in io_sqe_files_unregister()
860 if (ctx->file_data) in io_sqe_files_register()
869 &ctx->file_data); in io_sqe_files_register()
874 io_rsrc_data_free(ctx->file_data); in io_sqe_files_register()
875 ctx->file_data = NULL; in io_sqe_files_register()
889 if (unlikely(*io_get_tag_slot(ctx->file_data, i))) in io_sqe_files_register()