| Motr
    M0
    | 
| Data Structures | |
| struct | m0_stob_io_fom | 
| Enumerations | |
| enum | stob_fom_phases { M0_FOPH_CREATE_STOB = M0_FOPH_NR + 1, M0_FOPH_READ_STOB_IO = M0_FOPH_NR + 1, M0_FOPH_READ_STOB_IO_WAIT, M0_FOPH_WRITE_STOB_IO = M0_FOPH_NR + 1, M0_FOPH_WRITE_STOB_IO_WAIT } | 
| Variables | |
| struct m0_reqh_service_type | m0_rpc_service_type | 
| struct m0_fop_type | m0_stob_io_create_fopt | 
| struct m0_fop_type | m0_stob_io_read_fopt | 
| struct m0_fop_type | m0_stob_io_write_fopt | 
| struct m0_fop_type | m0_stob_io_create_rep_fopt | 
| struct m0_fop_type | m0_stob_io_read_rep_fopt | 
| struct m0_fop_type | m0_stob_io_write_rep_fopt | 
| struct m0_sm_state_descr | stob_create_phases [] | 
| struct m0_sm_state_descr | stob_read_phases [] | 
| const struct m0_sm_conf | read_conf | 
| struct m0_sm_state_descr | stob_write_phases [] | 
| const struct m0_sm_conf | write_conf | 
| struct m0_fom | sif_fom | 
| struct m0_fop * | sif_rep_fop | 
| struct m0_stob * | sif_stobj | 
| struct m0_stob_io | sif_stio | 
| struct m0_fol_frag | sif_fol_frag | 
| static struct m0_fom_ops | stob_create_fom_ops | 
| static struct m0_fom_ops | stob_write_fom_ops | 
| static struct m0_fom_ops | stob_read_fom_ops | 
| static const struct m0_fom_type_ops | stob_create_fom_type_ops | 
| static const struct m0_fom_type_ops | stob_read_fom_type_ops | 
| static const struct m0_fom_type_ops | stob_write_fom_type_ops | 
| enum stob_fom_phases | 
| 
 | static | 
| void m0_stob_io_fop_fini | ( | void | ) | 
| void m0_stob_io_fop_init | ( | void | ) | 
| struct m0_stob_domain* reqh_ut_stob_domain_find | ( | void | ) | 
| 
 | static | 
| 
 | static | 
| 
 | static | 
Fom specific clean up function, invokes m0_fom_fini()
Definition at line 602 of file io_fop.c.

| 
 | static | 
Fom initialization function, invoked from reqh_fop_handle. Invokes m0_fom_init()
Definition at line 208 of file io_fop.c.


| 
 | static | 
| 
 | static | 
| 
 | static | 
| struct m0_reqh_service_type m0_rpc_service_type | 
| struct m0_fop_type m0_stob_io_create_fopt | 
| struct m0_fop_type m0_stob_io_create_rep_fopt | 
| struct m0_fop_type m0_stob_io_read_fopt | 
| struct m0_fop_type m0_stob_io_read_rep_fopt | 
| struct m0_fop_type m0_stob_io_write_fopt | 
| struct m0_fop_type m0_stob_io_write_rep_fopt | 
| const struct m0_sm_conf read_conf | 
| struct m0_fol_frag sif_fol_frag | 
Fol record part representing stob io operations. It should be pointed by m0_stob_io::si_fol_frag.
| struct m0_fop* sif_rep_fop | 
| struct m0_stob_io sif_stio | 
| struct m0_stob* sif_stobj | 
| 
 | static | 
Operation structures for respective foms
| 
 | static | 
Fom type operations structures for corresponding foms.
| struct m0_sm_state_descr stob_create_phases[] | 
| 
 | static | 
| 
 | static | 
| struct m0_sm_state_descr stob_read_phases[] | 
| 
 | static | 
| 
 | static | 
| struct m0_sm_state_descr stob_write_phases[] | 
| const struct m0_sm_conf write_conf |