|
Motr
M0
|
#include "lib/trace.h"#include "lib/assert.h"#include "lib/misc.h"#include "lib/memory.h"#include "lib/tlist.h"#include "lib/finject.h"#include "conf/diter.h"#include "conf/obj.h"#include "conf/obj_ops.h"#include "conf/helpers.h"#include "fop/fop.h"#include "fop/fom_generic.h"#include "pool/pool.h"#include "pool/pool_machine.h"#include "reqh/reqh.h"#include "sss/device_fops.h"#include "sss/device_foms.h"#include "motr/setup.h"#include "ioservice/storage_dev.h"
Go to the source code of this file.
Data Structures | |
| struct | m0_sss_dfom |
Macros | |
| #define | M0_TRACE_SUBSYSTEM M0_TRACE_SUBSYS_SSS |
Enumerations | |
| enum | sss_device_fom_stage { SSS_DEVICE_FOM_STAGE_STOB, SSS_DEVICE_FOM_STAGE_POOL_MACHINE } |
Variables | |
| struct m0_reqh_service_type | m0_ios_type |
| static struct m0_fom_ops | sss_device_fom_ops |
| const struct m0_fom_type_ops | sss_device_fom_type_ops |
| struct m0_sm_state_descr | sss_device_fom_phases_desc [] |
| const struct m0_sm_conf | sss_device_fom_conf |
| #define M0_TRACE_SUBSYSTEM M0_TRACE_SUBSYS_SSS |
Definition at line 22 of file device_foms.c.