Motr  M0
m0_indexvec_varr Struct Reference

#include <vec.h>

Collaboration diagram for m0_indexvec_varr:
Collaboration graph

Data Fields

struct m0_varr iv_count
 
struct m0_varr iv_index
 
uint32_t iv_nr
 

Detailed Description

Vector of extents stored in m0_varr

Definition at line 706 of file vec.h.

Field Documentation

◆ iv_count

struct m0_varr iv_count

Number of extents and their sizes.

Definition at line 708 of file vec.h.

◆ iv_index

struct m0_varr iv_index

Array of starting extent indices, with the same size of iv_count.

Definition at line 711 of file vec.h.

◆ iv_nr

uint32_t iv_nr

number of used elements, set by users

Definition at line 714 of file vec.h.


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