|
struct m0_be_allocator_call_stat | M0_XCA_DOMAIN (be) |
|
M0_INTERNAL bool | m0_be_seg_geom_eq (const struct m0_be_seg_geom *left, const struct m0_be_seg_geom *right) |
|
M0_INTERNAL int | m0_be_seg_create_multiple (struct m0_stob *stob, const struct m0_be_seg_geom *geom) |
|
M0_INTERNAL void | m0_be_seg_init (struct m0_be_seg *seg, struct m0_stob *stob, struct m0_be_domain *dom, uint64_t seg_id) |
|
M0_INTERNAL void | m0_be_seg_fini (struct m0_be_seg *seg) |
|
M0_INTERNAL bool | m0_be_seg__invariant (const struct m0_be_seg *seg) |
|
M0_INTERNAL int | m0_be_seg_open (struct m0_be_seg *seg) |
|
M0_INTERNAL void | m0_be_seg_close (struct m0_be_seg *seg) |
|
M0_INTERNAL int | m0_be_seg_create (struct m0_be_seg *seg, m0_bcount_t size, void *addr) |
|
M0_INTERNAL int | m0_be_seg_destroy (struct m0_be_seg *seg) |
|
M0_INTERNAL bool | m0_be_seg_contains (const struct m0_be_seg *seg, const void *addr) |
|
M0_INTERNAL m0_bindex_t | m0_be_seg_offset (const struct m0_be_seg *seg, const void *addr) |
|
M0_INTERNAL m0_bcount_t | m0_be_seg_reserved (const struct m0_be_seg *seg) |
|
M0_INTERNAL struct m0_be_allocator * | m0_be_seg_allocator (struct m0_be_seg *seg) |
|
M0_INTERNAL m0_bindex_t | m0_be_reg_offset (const struct m0_be_reg *reg) |
|
M0_INTERNAL bool | m0_be_reg_eq (const struct m0_be_reg *r1, const struct m0_be_reg *r2) |
|
bool | m0_be_reg__invariant (const struct m0_be_reg *reg) |
|
M0_INTERNAL int | m0_be_seg__read (struct m0_be_reg *reg, void *dst) |
|
M0_INTERNAL int | m0_be_seg__write (struct m0_be_reg *reg, void *src) |
|
M0_INTERNAL int | m0_be_reg__read (struct m0_be_reg *reg) |
|
M0_INTERNAL int | m0_be_reg__write (struct m0_be_reg *reg) |
|
M0_INTERNAL unsigned long | m0_be_reg_gen_idx (const struct m0_be_reg *reg) |
|
M0_INTERNAL bool | m0_be_seg_contains_stob (struct m0_be_seg *seg, const struct m0_stob_id *stob_id) |
|