Motr  M0
isc_fops.c File Reference
#include "lib/errno.h"
#include "lib/memory.h"
#include "fop/fom.h"
#include "fop/fop.h"
#include "iscservice/isc_fops.h"
#include "iscservice/isc_fops_xc.h"
#include "rpc/rpc.h"
#include "fop/fop_item_type.h"
#include "fop/fom_generic.h"
Include dependency graph for isc_fops.c:

Go to the source code of this file.

Functions

M0_INTERNAL int m0_iscservice_fop_init (void)
 
M0_INTERNAL void m0_iscservice_fop_fini (void)
 

Variables

struct m0_fop_type m0_fop_isc_fopt
 
struct m0_fop_type m0_fop_isc_rep_fopt
 
struct m0_reqh_service_type m0_iscs_type
 
const struct m0_fom_type_ops m0_fom_isc_type_ops
 
struct m0_sm_state_descr isc_fom_phases []
 
struct m0_sm_conf isc_sm_conf
 

Function Documentation

◆ m0_iscservice_fop_fini()

M0_INTERNAL void m0_iscservice_fop_fini ( void  )

Definition at line 65 of file isc_fops.c.

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

◆ m0_iscservice_fop_init()

M0_INTERNAL int m0_iscservice_fop_init ( void  )

Definition at line 41 of file isc_fops.c.

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

Variable Documentation

◆ isc_fom_phases

struct m0_sm_state_descr isc_fom_phases[]

Definition at line 73 of file isc.c.

◆ isc_sm_conf

struct m0_sm_conf isc_sm_conf

Definition at line 386 of file isc.c.

◆ m0_fom_isc_type_ops

const struct m0_fom_type_ops m0_fom_isc_type_ops

Definition at line 382 of file isc.c.

◆ m0_fop_isc_fopt

struct m0_fop_type m0_fop_isc_fopt

FOP definitions and corresponding fop type formats

Definition at line 33 of file isc_fops.c.

◆ m0_fop_isc_rep_fopt

struct m0_fop_type m0_fop_isc_rep_fopt

Definition at line 34 of file isc_fops.c.

◆ m0_iscs_type

struct m0_reqh_service_type m0_iscs_type

Definition at line 76 of file isc_service.c.