|
Motr
M0
|
#include "lib/trace.h"#include "lib/memory.h"#include "lib/buf.h"#include "lib/finject.h"#include "fis/fi_command.h"#include "fis/fi_command_fops.h"#include "fop/fom_generic.h"#include "fop/fop.h"#include "rpc/rpc.h"#include "sm/sm.h"
Go to the source code of this file.
Data Structures | |
| struct | m0_fi_command_fom |
Macros | |
| #define | M0_TRACE_SUBSYSTEM M0_TRACE_SUBSYS_OTHER |
Functions | |
| static int | fi_command_fom_create (struct m0_fop *fop, struct m0_fom **out, struct m0_reqh *reqh) |
| static void | fi_command_fom_fini (struct m0_fom *fom) |
| static int | fi_command_execute (const struct m0_fi_command_req *req) |
| static int | fi_command_fom_tick (struct m0_fom *fom) |
| static size_t | fi_command_fom_locality (const struct m0_fom *fom) |
Variables | |
| struct m0_fi_command_fom | M0_XCA_DOMAIN |
| const struct m0_fom_ops | fi_command_fom_ops |
| const struct m0_fom_type_ops | m0_fi_command_fom_type_ops |
| #define M0_TRACE_SUBSYSTEM M0_TRACE_SUBSYS_OTHER |
Definition at line 23 of file fi_command_fom.c.