|
Motr
M0
|
#include "lib/trace.h"#include "lib/errno.h"#include "lib/memory.h"#include "fis/fi_command_fops.h"#include "fis/fi_service.h"
Go to the source code of this file.
Macros | |
| #define | M0_TRACE_SUBSYSTEM M0_TRACE_SUBSYS_OTHER |
Functions | |
| static int | fis_allocate (struct m0_reqh_service **service, const struct m0_reqh_service_type *stype) |
| static int | fis_start (struct m0_reqh_service *service) |
| static void | fis_stop (struct m0_reqh_service *service) |
| static void | fis_fini (struct m0_reqh_service *service) |
| M0_BOB_DEFINE (M0_INTERNAL, &fis_bob, m0_reqh_fi_service) | |
| M0_INTERNAL int | m0_fis_register (void) |
| M0_INTERNAL void | m0_fis_unregister (void) |
Variables | |
| static const struct m0_reqh_service_type_ops | fis_type_ops |
| static const struct m0_reqh_service_ops | fis_ops |
| struct m0_reqh_service_type | m0_fis_type |
| static const struct m0_bob_type | fis_bob |
| #define M0_TRACE_SUBSYSTEM M0_TRACE_SUBSYS_OTHER |
Definition at line 23 of file fi_service.c.