Motr  M0
load_fop.c File Reference
#include "lib/trace.h"
#include "lib/errno.h"
#include "lib/finject.h"
#include "lib/memory.h"
#include "conf/load_fop.h"
#include "net/net.h"
Include dependency graph for load_fop.c:

Go to the source code of this file.

Macros

#define M0_TRACE_SUBSYSTEM   M0_TRACE_SUBSYS_CONF
 

Functions

 M0_TL_DESCR_DECLARE (rpcbulk, M0_EXTERN)
 
M0_INTERNAL bool m0_is_conf_load_fop (const struct m0_fop *fop)
 
M0_INTERNAL bool m0_is_conf_load_fop_rep (const struct m0_fop *fop)
 
M0_INTERNAL struct m0_fop_conf_loadm0_conf_fop_to_load_fop (const struct m0_fop *fop)
 
M0_INTERNAL struct m0_fop_conf_load_repm0_conf_fop_to_load_fop_rep (const struct m0_fop *fop)
 
M0_INTERNAL m0_bcount_t m0_conf_segment_size (struct m0_fop *fop)
 

Macro Definition Documentation

◆ M0_TRACE_SUBSYSTEM

#define M0_TRACE_SUBSYSTEM   M0_TRACE_SUBSYS_CONF

Definition at line 23 of file load_fop.c.

Function Documentation

◆ m0_conf_fop_to_load_fop()

M0_INTERNAL struct m0_fop_conf_load* m0_conf_fop_to_load_fop ( const struct m0_fop fop)

Definition at line 47 of file load_fop.c.

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

◆ m0_conf_fop_to_load_fop_rep()

M0_INTERNAL struct m0_fop_conf_load_rep* m0_conf_fop_to_load_fop_rep ( const struct m0_fop fop)

Definition at line 56 of file load_fop.c.

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

◆ m0_conf_segment_size()

M0_INTERNAL m0_bcount_t m0_conf_segment_size ( struct m0_fop fop)

bulkclientDFSconffop end group CalCulate segment size of bulk data

Definition at line 65 of file load_fop.c.

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

◆ m0_is_conf_load_fop()

M0_INTERNAL bool m0_is_conf_load_fop ( const struct m0_fop fop)

Generic conf flip fop.

Definition at line 35 of file load_fop.c.

Here is the caller graph for this function:

◆ m0_is_conf_load_fop_rep()

M0_INTERNAL bool m0_is_conf_load_fop_rep ( const struct m0_fop fop)

Definition at line 41 of file load_fop.c.

Here is the caller graph for this function:

◆ M0_TL_DESCR_DECLARE()

M0_TL_DESCR_DECLARE ( rpcbulk  ,
M0_EXTERN   
)