Motr  M0
Start stop FOP

Data Structures

struct  m0_sss_req
 
struct  m0_sss_rep
 

Enumerations

enum  m0_sss_req_cmd {
  M0_SERVICE_START, M0_SERVICE_STOP, M0_SERVICE_STATUS, M0_SERVICE_QUIESCE,
  M0_SERVICE_INIT, M0_SERVICE_HEALTH
}
 

Functions

struct m0_sss_req M0_XCA_DOMAIN (rpc)
 
M0_INTERNAL int m0_ss_fops_init (void)
 
M0_INTERNAL void m0_ss_fops_fini (void)
 
M0_INTERNAL void m0_ss_fop_release (struct m0_ref *ref)
 

Variables

struct m0_fop_type m0_fop_ss_fopt
 
struct m0_fop_type m0_fop_ss_rep_fopt
 
struct m0_fop_type m0_fop_ss_svc_list_fopt
 
struct m0_fop_type m0_fop_ss_svc_list_rep_fopt
 
enum m0_sss_req_cmd M0_XCA_DOMAIN
 

Detailed Description

Enumeration Type Documentation

◆ m0_sss_req_cmd

Service commands.

Enumerator
M0_SERVICE_START 
M0_SERVICE_STOP 
M0_SERVICE_STATUS 
M0_SERVICE_QUIESCE 
M0_SERVICE_INIT 
M0_SERVICE_HEALTH 

Definition at line 46 of file ss_fops.h.

Function Documentation

◆ m0_ss_fop_release()

M0_INTERNAL void m0_ss_fop_release ( struct m0_ref ref)

Definition at line 96 of file ss_fops.c.

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

◆ m0_ss_fops_fini()

M0_INTERNAL void m0_ss_fops_fini ( void  )

Definition at line 90 of file ss_fops.c.

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

◆ m0_ss_fops_init()

M0_INTERNAL int m0_ss_fops_init ( void  )

Definition at line 51 of file ss_fops.c.

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

◆ M0_XCA_DOMAIN()

struct m0_sss_req M0_XCA_DOMAIN ( rpc  )

Variable Documentation

◆ m0_fop_ss_fopt

struct m0_fop_type m0_fop_ss_fopt

Definition at line 39 of file ss_fops.c.

◆ m0_fop_ss_rep_fopt

struct m0_fop_type m0_fop_ss_rep_fopt

Definition at line 40 of file ss_fops.c.

◆ m0_fop_ss_svc_list_fopt

struct m0_fop_type m0_fop_ss_svc_list_fopt

◆ m0_fop_ss_svc_list_rep_fopt

struct m0_fop_type m0_fop_ss_svc_list_rep_fopt

◆ M0_XCA_DOMAIN

enum m0_sss_req_cmd M0_XCA_DOMAIN