Motr  M0
m0_cas_ctg Struct Reference

#include <ctg_store.h>

Collaboration diagram for m0_cas_ctg:
Collaboration graph

Data Fields

struct m0_format_header cc_head
 
struct m0_format_footer cc_foot
 
struct m0_be_btree cc_tree
 
struct m0_be_long_lock cc_lock
 
struct m0_be_chan cc_chan
 
struct m0_be_mutex cc_chan_guard
 
bool cc_inited
 

Detailed Description

CAS catalogue.

Definition at line 94 of file ctg_store.h.

Field Documentation

◆ cc_chan

struct m0_be_chan cc_chan

Channel to announce catalogue modifications (put, delete).

Definition at line 104 of file ctg_store.h.

◆ cc_chan_guard

struct m0_be_mutex cc_chan_guard

Mutex protecting cc_chan.

Definition at line 106 of file ctg_store.h.

◆ cc_foot

struct m0_format_footer cc_foot

Definition at line 96 of file ctg_store.h.

◆ cc_head

struct m0_format_header cc_head

Definition at line 95 of file ctg_store.h.

◆ cc_inited

bool cc_inited

Definition at line 112 of file ctg_store.h.

◆ cc_lock

struct m0_be_long_lock cc_lock

Definition at line 102 of file ctg_store.h.

◆ cc_tree

struct m0_be_btree cc_tree

Definition at line 101 of file ctg_store.h.


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