|
Motr
M0
|
#include <req_internal.h>

Data Fields | |
| struct m0_dix_layout_iter | dgp_iter |
| struct m0_buf | dgp_key |
| uint32_t | dgp_next_tgt |
| uint64_t | dgp_item |
| struct m0_dix_pg_unit * | dgp_units |
| uint64_t | dgp_units_nr |
| uint32_t | dgp_failed_devs_nr |
Definition at line 141 of file req_internal.h.
| uint32_t dgp_failed_devs_nr |
Total number of failed devices that are targets for record parity group units.
Definition at line 159 of file req_internal.h.
| uint64_t dgp_item |
Mapping to the index in user input vector.
Definition at line 152 of file req_internal.h.
| struct m0_dix_layout_iter dgp_iter |
Definition at line 142 of file req_internal.h.
| struct m0_buf dgp_key |
Definition at line 144 of file req_internal.h.
| uint32_t dgp_next_tgt |
Current target for NEXT request. NEXT request doesn't use dgp_iter, because NEXT request is sent to all targets in a pool.
Definition at line 150 of file req_internal.h.
| struct m0_dix_pg_unit* dgp_units |
Definition at line 153 of file req_internal.h.
| uint64_t dgp_units_nr |
Definition at line 154 of file req_internal.h.