Motr  M0
ping_fop.h File Reference
#include "fop/fop.h"
#include "rpc/rpc_opcodes.h"
#include "lib/types.h"
#include "xcode/xcode_attr.h"
Include dependency graph for ping_fop.h:

Go to the source code of this file.

Data Structures

struct  m0_fop_ping_arr
 
struct  m0_fop_ping
 
struct  m0_fop_ping_rep
 

Macros

#define __MOTR_RPC_IT_PING_FOP_H__
 

Functions

M0_INTERNAL void m0_ping_fop_init (void)
 
M0_INTERNAL void m0_ping_fop_fini (void)
 
struct m0_fop_ping_arr M0_XCA_DOMAIN (rpc)
 

Variables

struct m0_fop_type m0_fop_ping_fopt
 
struct m0_fop_type m0_fop_ping_rep_fopt
 
const struct m0_fop_type_ops m0_fop_ping_ops
 
const struct m0_fop_type_ops m0_fop_ping_rep_ops
 
const struct m0_rpc_item_type m0_rpc_item_type_ping
 
const struct m0_rpc_item_type m0_rpc_item_type_ping_rep
 
uint32_t f_count
 
uint64_t * f_data
 
struct m0_fop_ping_arr fp_arr
 
int32_t fpr_rc
 

Macro Definition Documentation

◆ __MOTR_RPC_IT_PING_FOP_H__

#define __MOTR_RPC_IT_PING_FOP_H__

Definition at line 26 of file ping_fop.h.

Function Documentation

◆ m0_ping_fop_fini()

M0_INTERNAL void m0_ping_fop_fini ( void  )

Definition at line 37 of file ping_fop.c.

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

◆ m0_ping_fop_init()

M0_INTERNAL void m0_ping_fop_init ( void  )

Definition at line 47 of file ping_fop.c.

Here is the caller graph for this function:

◆ M0_XCA_DOMAIN()

struct m0_fop_ping_arr M0_XCA_DOMAIN ( rpc  )

Variable Documentation

◆ f_count

uint32_t f_count

Definition at line 35 of file ping_fop.h.

◆ f_data

uint64_t* f_data

Definition at line 36 of file ping_fop.h.

◆ fp_arr

struct m0_fop_ping_arr fp_arr

Definition at line 35 of file ping_fop.h.

◆ fpr_rc

int32_t fpr_rc

Definition at line 35 of file ping_fop.h.

◆ m0_fop_ping_fopt

struct m0_fop_type m0_fop_ping_fopt

FOP definitions and corresponding fop type formats

Definition at line 34 of file ping_fop.c.

◆ m0_fop_ping_ops

const struct m0_fop_type_ops m0_fop_ping_ops

◆ m0_fop_ping_rep_fopt

struct m0_fop_type m0_fop_ping_rep_fopt

Definition at line 35 of file ping_fop.c.

◆ m0_fop_ping_rep_ops

const struct m0_fop_type_ops m0_fop_ping_rep_ops

◆ m0_rpc_item_type_ping

const struct m0_rpc_item_type m0_rpc_item_type_ping

◆ m0_rpc_item_type_ping_rep

const struct m0_rpc_item_type m0_rpc_item_type_ping_rep