|
Motr
M0
|
#include <log.h>

Data Fields | |
| struct m0_be_log_cfg | lg_cfg |
| bool | lg_create_mode |
| bool | lg_destroy_mode |
| struct m0_module | lg_module |
| struct m0_be_log_store | lg_store |
| struct m0_be_log_sched | lg_sched |
| struct m0_be_recovery | lg_recovery |
| struct m0_be_fmt_log_header | lg_header |
| struct m0_tl | lg_records |
| struct m0_mutex | lg_record_state_lock |
| m0_bindex_t | lg_current |
| m0_bindex_t | lg_discarded |
| m0_bcount_t | lg_free |
| m0_bcount_t | lg_reserved |
| m0_bindex_t | lg_prev_record |
| m0_bcount_t | lg_prev_record_size |
| bool | lg_unplaced_exists |
| m0_bindex_t | lg_unplaced_pos |
| m0_bcount_t | lg_unplaced_size |
| m0_be_log_got_space_cb_t | lg_got_space_cb |
| struct m0_mutex * | lg_external_lock |
| struct m0_be_op | lg_header_read_op |
| struct m0_be_op | lg_header_write_op |
| struct m0_be_log_cfg lg_cfg |
| m0_bindex_t lg_current |
| m0_bindex_t lg_discarded |
| struct m0_mutex* lg_external_lock |
| m0_bcount_t lg_free |
| m0_be_log_got_space_cb_t lg_got_space_cb |
| struct m0_be_fmt_log_header lg_header |
| m0_bindex_t lg_prev_record |
| m0_bcount_t lg_prev_record_size |
| struct m0_mutex lg_record_state_lock |
Protects m0_be_log_record.lgr_state after the record is scheduled
| struct m0_tl lg_records |
| struct m0_be_recovery lg_recovery |
| m0_bcount_t lg_reserved |
| struct m0_be_log_sched lg_sched |
| struct m0_be_log_store lg_store |
| bool lg_unplaced_exists |
| m0_bindex_t lg_unplaced_pos |
| m0_bcount_t lg_unplaced_size |