Motr  M0
pool_fops.c File Reference
#include "lib/errno.h"
#include "lib/memory.h"
#include "lib/misc.h"
#include "lib/trace.h"
#include "fop/fop.h"
#include "fop/fop_item_type.h"
#include "fop/fom_generic.h"
#include "rpc/item.h"
#include "rpc/rpc_opcodes.h"
#include "rpc/rpc.h"
#include "pool/pool_fops_xc.h"
Include dependency graph for pool_fops.c:

Go to the source code of this file.

Macros

#define M0_TRACE_SUBSYSTEM   M0_TRACE_SUBSYS_POOL
 

Functions

M0_INTERNAL void m0_poolmach_fop_fini (void)
 
M0_INTERNAL int m0_poolmach_fop_init (void)
 

Variables

struct m0_fop_type m0_fop_poolmach_query_fopt
 
struct m0_fop_type m0_fop_poolmach_query_rep_fopt
 
struct m0_fop_type m0_fop_poolmach_set_fopt
 
struct m0_fop_type m0_fop_poolmach_set_rep_fopt
 
struct m0_reqh_service_type m0_ios_type
 
const struct m0_fom_type_ops poolmach_fom_type_ops
 
const struct m0_sm_conf poolmach_conf
 
struct m0_sm_state_descr poolmach_phases []
 

Macro Definition Documentation

◆ M0_TRACE_SUBSYSTEM

#define M0_TRACE_SUBSYSTEM   M0_TRACE_SUBSYS_POOL

Definition at line 27 of file pool_fops.c.

Function Documentation

◆ m0_poolmach_fop_fini()

M0_INTERNAL void m0_poolmach_fop_fini ( void  )

Definition at line 42 of file pool_fops.c.

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

◆ m0_poolmach_fop_init()

M0_INTERNAL int m0_poolmach_fop_init ( void  )

Definition at line 56 of file pool_fops.c.

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

Variable Documentation

◆ m0_fop_poolmach_query_fopt

struct m0_fop_type m0_fop_poolmach_query_fopt

Definition at line 37 of file pool_fops.c.

◆ m0_fop_poolmach_query_rep_fopt

struct m0_fop_type m0_fop_poolmach_query_rep_fopt

Definition at line 38 of file pool_fops.c.

◆ m0_fop_poolmach_set_fopt

struct m0_fop_type m0_fop_poolmach_set_fopt

Definition at line 39 of file pool_fops.c.

◆ m0_fop_poolmach_set_rep_fopt

struct m0_fop_type m0_fop_poolmach_set_rep_fopt

Definition at line 40 of file pool_fops.c.

◆ poolmach_conf

const struct m0_sm_conf poolmach_conf

Definition at line 245 of file pool_foms.c.

◆ poolmach_fom_type_ops

const struct m0_fom_type_ops poolmach_fom_type_ops

I/O FOM type operation vector.

Definition at line 234 of file pool_foms.c.

◆ poolmach_phases

struct m0_sm_state_descr poolmach_phases[]

Definition at line 238 of file pool_foms.c.