Home
last modified time | relevance | path

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

/io_uring/
Dio_uring.c879 u16 buf_index; member
3022 req->buf_index = READ_ONCE(sqe->buf_index); in io_prep_rw()
3030 if (unlikely(req->buf_index >= ctx->nr_user_bufs)) in io_prep_rw()
3032 index = array_index_nospec(req->buf_index, ctx->nr_user_bufs); in io_prep_rw()
3247 bgid = req->buf_index; in io_rw_buffer_select()
3340 if (req->buf_index && !(req->flags & REQ_F_BUFFER_SELECT)) in io_import_iovec()
3859 if (sqe->ioprio || sqe->buf_index || sqe->splice_fd_in) in io_renameat_prep()
3910 if (sqe->ioprio || sqe->off || sqe->len || sqe->buf_index || in io_unlinkat_prep()
3958 sqe->buf_index || sqe->splice_fd_in)) in io_shutdown_prep()
4109 if (unlikely(sqe->addr || sqe->ioprio || sqe->buf_index || in io_fsync_prep()
[all …]