Motr  M0
ctg_action Struct Reference
Collaboration diagram for ctg_action:
Collaboration graph

Data Fields

struct action cta_act
 
struct m0_buf cta_key
 
struct m0_buf cta_val
 
struct m0_fid cta_fid
 
struct m0_cas_id cta_cid
 
bool cta_ismeta
 
struct cache_slotcta_slot
 

Detailed Description

It is used to recover meta data of component catalogue store.

Definition at line 502 of file beck.c.

Field Documentation

◆ cta_act

struct action cta_act

Definition at line 503 of file beck.c.

◆ cta_cid

struct m0_cas_id cta_cid

It is used to store dix layout.

Definition at line 509 of file beck.c.

◆ cta_fid

struct m0_fid cta_fid

It is the fid of the btree in which key and value are inserted.

Definition at line 507 of file beck.c.

◆ cta_ismeta

bool cta_ismeta

True represents key and value are either meta or ctidx record

Definition at line 511 of file beck.c.

◆ cta_key

struct m0_buf cta_key

Definition at line 504 of file beck.c.

◆ cta_slot

struct cache_slot* cta_slot

It is used to store the btree pointers of "ctg stores". It is to avoid multiple cache lookup.

Definition at line 516 of file beck.c.

◆ cta_val

struct m0_buf cta_val

Definition at line 505 of file beck.c.


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