![]() |
DAOS API (v2.0)
|
#include <daos_obj.h>
Data Fields | |
daos_key_t | iod_name |
daos_iod_type_t | iod_type |
daos_size_t | iod_size |
uint64_t | iod_flags |
uint32_t | iod_nr |
daos_recx_t * | iod_recxs |
An I/O descriptor is a list of extents (effectively records associated with contiguous array indices) to update/fetch in a particular array identified by its akey.
Definition at line 355 of file daos_obj.h.
uint64_t iod_flags |
Per akey conditional. If DAOS_COND_PER_AKEY not set, this is ignored.
Definition at line 375 of file daos_obj.h.
daos_key_t iod_name |
akey for this iod
Definition at line 357 of file daos_obj.h.
uint32_t iod_nr |
Definition at line 380 of file daos_obj.h.
daos_recx_t* iod_recxs |
Definition at line 386 of file daos_obj.h.
daos_size_t iod_size |
Size of the single value or the record size of the array
Definition at line 371 of file daos_obj.h.
daos_iod_type_t iod_type |
Definition at line 369 of file daos_obj.h.