|
Motr
M0
|
#include "lib/types.h"#include "xcode/xcode_attr.h"#include "lib/buf.h"#include "lib/buf_xc.h"#include "conf/fop.h"#include "fid/fid_xc.h"#include "fop/fop.h"#include "rpc/bulk.h"#include "net/net_otw_types.h"
Go to the source code of this file.
Data Structures | |
| struct | m0_fop_conf_load_rep |
| struct | m0_fop_conf_load |
Macros | |
| #define | __MOTR_CONF_LOAD_FOP_H__ |
Functions | |
| 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_load * | m0_conf_fop_to_load_fop (const struct m0_fop *fop) |
| M0_INTERNAL struct m0_fop_conf_load_rep * | m0_conf_fop_to_load_fop_rep (const struct m0_fop *fop) |
| M0_INTERNAL m0_bcount_t | m0_conf_segment_size (struct m0_fop *fop) |
| struct m0_fop_conf_flip_rep | M0_XCA_DOMAIN (rpc) |
Variables | |
| int32_t | clfr_rc |
| uint32_t | clfr_version |
| uint32_t | clf_version |
| uint64_t | clf_tx_id |
| struct m0_net_buf_desc_data | clf_desc |
| #define __MOTR_CONF_LOAD_FOP_H__ |
Definition at line 26 of file load_fop.h.
| 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.


| 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.


| 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.


| M0_INTERNAL bool m0_is_conf_load_fop | ( | const struct m0_fop * | fop | ) |
Definition at line 35 of file load_fop.c.

| M0_INTERNAL bool m0_is_conf_load_fop_rep | ( | const struct m0_fop * | fop | ) |