Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c869 u16 buf_index; member
3017 req->buf_index = READ_ONCE(sqe->buf_index); in io_prep_rw()
3025 if (unlikely(req->buf_index >= ctx->nr_user_bufs)) in io_prep_rw()
3027 index = array_index_nospec(req->buf_index, ctx->nr_user_bufs); in io_prep_rw()
3242 bgid = req->buf_index; in io_rw_buffer_select()
3335 if (req->buf_index && !(req->flags & REQ_F_BUFFER_SELECT)) in io_import_iovec()
3854 if (sqe->ioprio || sqe->buf_index || sqe->splice_fd_in) in io_renameat_prep()
3905 if (sqe->ioprio || sqe->off || sqe->len || sqe->buf_index || in io_unlinkat_prep()
3954 if (sqe->ioprio || sqe->off || sqe->rw_flags || sqe->buf_index || in io_mkdirat_prep()
3997 if (sqe->ioprio || sqe->len || sqe->rw_flags || sqe->buf_index || in io_symlinkat_prep()
[all …]