DAOS API (v2.0)
Loading...
Searching...
No Matches
daos_iod_t Struct Reference

#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_tiod_recxs
 

Detailed Description

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.

Field Documentation

◆ iod_flags

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.

◆ iod_name

daos_key_t iod_name

akey for this iod

Definition at line 357 of file daos_obj.h.

◆ iod_nr

uint32_t iod_nr

Definition at line 380 of file daos_obj.h.

◆ iod_recxs

daos_recx_t* iod_recxs

Definition at line 386 of file daos_obj.h.

◆ iod_size

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.

◆ iod_type

daos_iod_type_t iod_type

Definition at line 369 of file daos_obj.h.


The documentation for this struct was generated from the following file: