|
Motr
M0
|
#include "lib/types.h"#include "lib/semaphore.h"#include "fop/fom.h"#include "sm/sm.h"#include "be/op.h"
Go to the source code of this file.
Data Structures | |
| struct | m0_be_tx_group_fom |
Macros | |
| #define | __MOTR_BE_TX_GROUP_FOM_H__ |
Functions | |
| M0_INTERNAL void | m0_be_tx_group_fom_init (struct m0_be_tx_group_fom *m, struct m0_be_tx_group *gr, struct m0_reqh *reqh) |
| M0_INTERNAL void | m0_be_tx_group_fom_fini (struct m0_be_tx_group_fom *m) |
| M0_INTERNAL void | m0_be_tx_group_fom_reset (struct m0_be_tx_group_fom *m) |
| M0_INTERNAL int | m0_be_tx_group_fom_start (struct m0_be_tx_group_fom *gf) |
| M0_INTERNAL void | m0_be_tx_group_fom_stop (struct m0_be_tx_group_fom *gf) |
| M0_INTERNAL void | m0_be_tx_group_fom_handle (struct m0_be_tx_group_fom *m) |
| M0_INTERNAL void | m0_be_tx_group_fom_stable (struct m0_be_tx_group_fom *gf) |
| M0_INTERNAL struct m0_sm_group * | m0_be_tx_group_fom__sm_group (struct m0_be_tx_group_fom *m) |
| M0_INTERNAL void | m0_be_tx_group_fom_recovery_prepare (struct m0_be_tx_group_fom *m) |
| M0_INTERNAL void | m0_be_tx_group_fom_mod_init (void) |
| M0_INTERNAL void | m0_be_tx_group_fom_mod_fini (void) |
| #define __MOTR_BE_TX_GROUP_FOM_H__ |
Definition at line 25 of file tx_group_fom.h.