io_defer_entry
struct io_defer_entry *de;
de = list_first_entry(&list, struct io_defer_entry, list);
struct io_defer_entry *de;
struct io_defer_entry *de = list_first_entry(&ctx->defer_list,
struct io_defer_entry, list);