Motr  M0
fops.h File Reference
#include <sys/types.h>
#include <stdint.h>
#include "xcode/xcode.h"
Include dependency graph for fops.h:

Go to the source code of this file.

Data Structures

struct  arrow
 

Macros

#define __MOTR_RPC_UT_FOPS_H__
 

Functions

struct arrow M0_XCA_DOMAIN (rpc)
 
M0_INTERNAL void m0_rpc_test_fops_init (void)
 
M0_INTERNAL void m0_rpc_test_fops_fini (void)
 

Variables

uint64_t n
 
struct m0_fop_type m0_rpc_arrow_fopt
 
struct m0_semaphore arrow_hit
 
struct m0_semaphore arrow_destroyed
 

Macro Definition Documentation

◆ __MOTR_RPC_UT_FOPS_H__

#define __MOTR_RPC_UT_FOPS_H__

Definition at line 26 of file fops.h.

Function Documentation

◆ m0_rpc_test_fops_fini()

M0_INTERNAL void m0_rpc_test_fops_fini ( void  )

Definition at line 69 of file fops.c.

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

◆ m0_rpc_test_fops_init()

M0_INTERNAL void m0_rpc_test_fops_init ( void  )

Definition at line 54 of file fops.c.

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

◆ M0_XCA_DOMAIN()

struct arrow M0_XCA_DOMAIN ( rpc  )

Variable Documentation

◆ arrow_destroyed

struct m0_semaphore arrow_destroyed

Definition at line 42 of file fops.c.

◆ arrow_hit

struct m0_semaphore arrow_hit

Definition at line 41 of file fops.c.

◆ m0_rpc_arrow_fopt

struct m0_fop_type m0_rpc_arrow_fopt

Definition at line 39 of file fops.c.

◆ n

uint64_t n

Definition at line 107 of file fops.h.