|
struct m0_be_allocator_call_stat | M0_XCA_DOMAIN (be) |
|
M0_INTERNAL int | m0_be_segobj_opt_next (struct m0_be_seg *dict, const struct m0_be_0type *objtype, struct m0_buf *opt, char **suffix) |
|
M0_INTERNAL int | m0_be_segobj_opt_begin (struct m0_be_seg *dict, const struct m0_be_0type *objtype, struct m0_buf *opt, char **suffix) |
|
M0_INTERNAL void | m0_be_domain_module_setup (struct m0_be_domain *dom, const struct m0_be_domain_cfg *cfg) |
|
M0_INTERNAL void | be_domain_log_cleanup (const char *stob_domain_location, struct m0_be_log_cfg *log_cfg, bool create) |
|
M0_INTERNAL void | m0_be_domain_cleanup_by_location (const char *stob_domain_location) |
|
M0_INTERNAL struct m0_be_tx * | m0_be_domain_tx_find (struct m0_be_domain *dom, uint64_t id) |
|
M0_INTERNAL struct m0_be_engine * | m0_be_domain_engine (struct m0_be_domain *dom) |
|
M0_INTERNAL struct m0_be_seg * | m0_be_domain_seg0_get (struct m0_be_domain *dom) |
|
M0_INTERNAL struct m0_be_log * | m0_be_domain_log (struct m0_be_domain *dom) |
|
M0_INTERNAL bool | m0_be_domain_is_locked (const struct m0_be_domain *dom) |
|
M0_INTERNAL struct m0_be_seg * | m0_be_domain_seg (const struct m0_be_domain *dom, const void *addr) |
|
M0_INTERNAL struct m0_be_seg * | m0_be_domain_seg_by_id (const struct m0_be_domain *dom, uint64_t id) |
|
M0_INTERNAL struct m0_be_seg * | m0_be_domain_seg_first (const struct m0_be_domain *dom) |
|
M0_INTERNAL void | m0_be_domain_seg_create_credit (struct m0_be_domain *dom, const struct m0_be_0type_seg_cfg *seg_cfg, struct m0_be_tx_credit *cred) |
|
M0_INTERNAL void | m0_be_domain_seg_destroy_credit (struct m0_be_domain *dom, struct m0_be_seg *seg, struct m0_be_tx_credit *cred) |
|
M0_INTERNAL int | m0_be_domain_seg_create (struct m0_be_domain *dom, struct m0_be_tx *tx, const struct m0_be_0type_seg_cfg *seg_cfg, struct m0_be_seg **out) |
|
M0_INTERNAL int | m0_be_domain_seg_destroy (struct m0_be_domain *dom, struct m0_be_tx *tx, struct m0_be_seg *seg) |
|
M0_INTERNAL void | m0_be_domain__0type_register (struct m0_be_domain *dom, struct m0_be_0type *type) |
|
M0_INTERNAL void | m0_be_domain__0type_unregister (struct m0_be_domain *dom, struct m0_be_0type *type) |
|
M0_INTERNAL void | m0_be_domain_tx_size_max (struct m0_be_domain *dom, struct m0_be_tx_credit *cred, m0_bcount_t *payload_size) |
|
M0_INTERNAL void | m0_be_domain__group_limits (struct m0_be_domain *dom, uint32_t *group_nr, uint32_t *tx_per_group) |
|
M0_INTERNAL bool | m0_be_domain_is_stob_log (struct m0_be_domain *dom, const struct m0_stob_id *stob_id) |
|
M0_INTERNAL bool | m0_be_domain_is_stob_seg (struct m0_be_domain *dom, const struct m0_stob_id *stob_id) |
|
M0_INTERNAL struct m0_be_seg * | m0_be_domain_seg_by_addr (struct m0_be_domain *dom, void *addr) |
|
M0_INTERNAL bool | m0_be_domain_seg_is_valid (struct m0_be_domain *dom, struct m0_be_seg *seg) |
|