Home
last modified time | relevance | path

Searched refs:rsrc_update (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/io_uring/
H A Dio_uring.c846 struct io_rsrc_update rsrc_update; member
6458 req->rsrc_update.offset = READ_ONCE(sqe->off); in io_rsrc_update_prep()
6459 req->rsrc_update.nr_args = READ_ONCE(sqe->len); in io_rsrc_update_prep()
6460 if (!req->rsrc_update.nr_args) in io_rsrc_update_prep()
6462 req->rsrc_update.arg = READ_ONCE(sqe->addr); in io_rsrc_update_prep()
6472 up.offset = req->rsrc_update.offset; in io_files_update()
6473 up.data = req->rsrc_update.arg; in io_files_update()
6481 &up, req->rsrc_update.nr_args); in io_files_update()

Completed in 14 milliseconds