Searched refs:user_bufs (Results 1 – 1 of 1) sorted by relevance
374 struct io_mapped_ubuf **user_bufs; member3028 req->imu = ctx->user_bufs[index]; in io_prep_rw()9101 io_buffer_unmap(ctx, &ctx->user_bufs[i]); in __io_sqe_buffers_unregister()9102 kfree(ctx->user_bufs); in __io_sqe_buffers_unregister()9104 ctx->user_bufs = NULL; in __io_sqe_buffers_unregister()9178 struct io_mapped_ubuf *imu = ctx->user_bufs[i]; in headpage_already_acct()9328 ctx->user_bufs = kcalloc(nr_args, sizeof(*ctx->user_bufs), GFP_KERNEL); in io_buffers_map_alloc()9329 return ctx->user_bufs ? 0 : -ENOMEM; in io_buffers_map_alloc()9364 if (ctx->user_bufs) in io_sqe_buffers_register()9392 ret = io_sqe_buffer_register(ctx, &iov, &ctx->user_bufs[i], in io_sqe_buffers_register()[all …]