Motr  M0
Resource Manager FOP Description

Data Structures

struct  m0_rm_fop_owner
 
struct  m0_rm_fop_loan
 
struct  m0_rm_fop_credit
 
struct  m0_rm_fop_req
 
struct  m0_rm_fop_borrow
 
struct  m0_rm_fop_borrow_rep
 
struct  m0_rm_fop_revoke
 
struct  m0_rm_fop_revoke_rep
 
struct  m0_rm_fop_cancel
 

Functions

struct m0_rm_fop_owner M0_XCA_DOMAIN (rpc)
 
M0_INTERNAL int m0_rm_fop_init (void)
 
M0_INTERNAL void m0_rm_fop_fini (void)
 

Variables

struct m0_fop_type m0_rm_fop_borrow_fopt
 
struct m0_fop_type m0_rm_fop_borrow_rep_fopt
 
struct m0_fop_type m0_rm_fop_revoke_fopt
 
struct m0_fop_type m0_rm_fop_revoke_rep_fopt
 
struct m0_fop_type m0_rm_fop_cancel_fopt
 
struct m0_fop_type m0_fop_generic_reply_fopt
 

Detailed Description

Function Documentation

◆ m0_rm_fop_fini()

M0_INTERNAL void m0_rm_fop_fini ( void  )

Definition at line 547 of file rm_fops.c.

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

◆ m0_rm_fop_init()

M0_INTERNAL int m0_rm_fop_init ( void  )

FOP init() and fini() functions.

Initialises RM fops.

See also
rm_fop_fini()

Definition at line 561 of file rm_fops.c.

Here is the caller graph for this function:

◆ M0_XCA_DOMAIN()

struct m0_rm_fop_owner M0_XCA_DOMAIN ( rpc  )

Variable Documentation

◆ m0_fop_generic_reply_fopt

struct m0_fop_type m0_fop_generic_reply_fopt

Definition at line 50 of file fom_generic.c.

◆ m0_rm_fop_borrow_fopt

struct m0_fop_type m0_rm_fop_borrow_fopt

Externs

FOP definitions for resource-credit borrow request and reply.

Definition at line 67 of file rm_fops.c.

◆ m0_rm_fop_borrow_rep_fopt

struct m0_fop_type m0_rm_fop_borrow_rep_fopt

Definition at line 68 of file rm_fops.c.

◆ m0_rm_fop_cancel_fopt

struct m0_fop_type m0_rm_fop_cancel_fopt

FOP definitions for resource-credit cancel request.

Definition at line 81 of file rm_fops.c.

◆ m0_rm_fop_revoke_fopt

struct m0_fop_type m0_rm_fop_revoke_fopt

FOP definitions for resource-credit revoke request.

Definition at line 75 of file rm_fops.c.

◆ m0_rm_fop_revoke_rep_fopt

struct m0_fop_type m0_rm_fop_revoke_rep_fopt

Definition at line 76 of file rm_fops.c.