Motr  M0
m0_cas_id Struct Reference

#include <cas.h>

Collaboration diagram for m0_cas_id:
Collaboration graph

Data Fields

struct m0_fid ci_fid
 
struct m0_cas_hint ci_hint
 
struct m0_dix_layout ci_layout
 

Detailed Description

Identifier of a CAS index.

Definition at line 107 of file cas.h.

Field Documentation

◆ ci_fid

struct m0_fid ci_fid

Catalogue fid. This is always present and can be of two types:

  • general (m0_cas_index_fid_type);
  • component catalogue (m0_cctg_fid_type).

Definition at line 113 of file cas.h.

◆ ci_hint

struct m0_cas_hint ci_hint

Cookie, when present is used instead of fid.

Definition at line 115 of file cas.h.

◆ ci_layout

struct m0_dix_layout ci_layout

Distributed index layout. Valid if type of ci_fid is component catalogue.

Definition at line 120 of file cas.h.


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