| Motr
    M0
    | 
#include "lib/buf.h"#include "lib/types.h"#include "xcode/xcode_attr.h"#include "conf/fop.h"#include "fid/fid_xc.h"#include "fop/fop.h"
Go to the source code of this file.
| Data Structures | |
| struct | m0_fop_conf_flip_rep | 
| struct | m0_fop_conf_flip | 
| Macros | |
| #define | __MOTR_CONF_FLIP_FOP_H__ | 
| Functions | |
| M0_INTERNAL bool | m0_is_conf_flip_fop (const struct m0_fop *fop) | 
| M0_INTERNAL bool | m0_is_conf_flip_fop_rep (const struct m0_fop *fop) | 
| M0_INTERNAL struct m0_fop_conf_flip * | m0_conf_fop_to_flip_fop (const struct m0_fop *fop) | 
| M0_INTERNAL struct m0_fop_conf_flip_rep * | m0_conf_fop_to_flip_fop_rep (const struct m0_fop *fop) | 
| struct m0_fop_conf_flip_rep | M0_XCA_DOMAIN (rpc) | 
| Variables | |
| int32_t | cffr_rc | 
| uint32_t | cff_prev_version | 
| uint32_t | cff_next_version | 
| uint64_t | cff_tx_id | 
| #define __MOTR_CONF_FLIP_FOP_H__ | 
Definition at line 26 of file flip_fop.h.
| M0_INTERNAL struct m0_fop_conf_flip* m0_conf_fop_to_flip_fop | ( | const struct m0_fop * | fop | ) | 
Definition at line 42 of file flip_fop.c.


| M0_INTERNAL struct m0_fop_conf_flip_rep* m0_conf_fop_to_flip_fop_rep | ( | const struct m0_fop * | fop | ) | 
Definition at line 51 of file flip_fop.c.


| M0_INTERNAL bool m0_is_conf_flip_fop | ( | const struct m0_fop * | fop | ) | 
Definition at line 30 of file flip_fop.c.

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