Motr  M0
active_record.c File Reference
#include "ut/ut.h"
#include "lib/misc.h"
#include "lib/memory.h"
#include "reqh/reqh.h"
#include "be/ut/helper.h"
#include "be/active_record.h"
#include "module/instance.h"
Include dependency graph for active_record.c:

Go to the source code of this file.

Functions

static void ut_tx_open (struct m0_be_tx *tx, struct m0_be_tx_credit *credit)
 
static void actrec_mkfs (void)
 
static void actrec_init (void)
 
static void actrec_fini (void)
 
static void actrec_case (void)
 
void m0_be_ut_actrec_test (void)
 

Variables

static struct m0_be_segseg0
 
static struct m0_be_ut_backend ut_be
 
static struct m0_be_active_record_domaindom_created
 
static struct m0_be_active_record_domaindom
 
static struct m0_be_active_record_domain dummy
 

Function Documentation

◆ actrec_case()

static void actrec_case ( void  )
static

Definition at line 119 of file active_record.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ actrec_fini()

static void actrec_fini ( void  )
static

Definition at line 102 of file active_record.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ actrec_init()

static void actrec_init ( void  )
static

Definition at line 85 of file active_record.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ actrec_mkfs()

static void actrec_mkfs ( void  )
static

Definition at line 53 of file active_record.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ m0_be_ut_actrec_test()

void m0_be_ut_actrec_test ( void  )

Definition at line 171 of file active_record.c.

Here is the call graph for this function:

◆ ut_tx_open()

static void ut_tx_open ( struct m0_be_tx tx,
struct m0_be_tx_credit credit 
)
static

Definition at line 38 of file active_record.c.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ dom

struct m0_be_active_record_domain* dom
static

Definition at line 34 of file active_record.c.

◆ dom_created

struct m0_be_active_record_domain* dom_created
static

Definition at line 33 of file active_record.c.

◆ dummy

struct m0_be_active_record_domain dummy
static

Definition at line 35 of file active_record.c.

◆ seg0

struct m0_be_seg* seg0
static

Definition at line 31 of file active_record.c.

◆ ut_be

struct m0_be_ut_backend ut_be
static

Definition at line 32 of file active_record.c.