Go to the source code of this file.
|
| M0_INTERNAL int | m0_ios_register (void) |
| |
| M0_INTERNAL void | m0_ios_unregister (void) |
| |
| M0_INTERNAL bool | m0_reqh_io_service_invariant (const struct m0_reqh_io_service *rios) |
| |
| M0_INTERNAL void | m0_ios_cdom_get (struct m0_reqh *reqh, struct m0_cob_domain **out) |
| |
| M0_INTERNAL void | m0_ios_cdom_fini (struct m0_reqh *reqh) |
| |
| M0_INTERNAL void | m0_ios_mds_conn_fini (struct m0_reqh *reqh) |
| |
| M0_INTERNAL int | m0_ios_mds_getattr (struct m0_reqh *reqh, const struct m0_fid *gfid, struct m0_cob_attr *attr) |
| |
| M0_INTERNAL int | m0_ios_getattr (struct m0_reqh *reqh, const struct m0_fid *gfid, uint64_t index, struct m0_cob_attr *attr) |
| |
| M0_INTERNAL int | m0_ios_mds_getattr_async (struct m0_reqh *reqh, const struct m0_fid *gfid, struct m0_cob_attr *attr, void(*cb)(void *arg, int rc), void *arg) |
| |
| M0_INTERNAL int | m0_ios_getattr_async (struct m0_reqh *reqh, const struct m0_fid *gfid, struct m0_cob_attr *attr, uint64_t index, void(*cb)(void *arg, int rc), void *arg) |
| |
| M0_INTERNAL int | m0_ios_cob_getattr_async (const struct m0_fid *gfid, struct m0_cob_attr *attr, uint64_t cob_idx, struct m0_pool_version *pv, void(*cb)(void *arg, int rc), void *arg) |
| |
| M0_INTERNAL void | m0_ios_net_buffer_pool_size_set (uint32_t buffer_pool_size) |
| |
◆ __MOTR_IOSERVICE_IO_SERVICE_H__
| #define __MOTR_IOSERVICE_IO_SERVICE_H__ |