Motr
M0
|
#include <log_sched.h>
Data Fields | |
uint32_t | lio_log_bshift |
struct m0_buf | lio_buf |
void * | lio_buf_addr |
m0_bcount_t | lio_buf_size |
struct m0_bufvec | lio_bufvec |
struct m0_be_io | lio_be_io |
struct m0_be_log_sched * | lio_sched |
struct m0_be_log_record * | lio_record |
void * | lio_user_data |
Definition at line 59 of file log_sched.h.
struct m0_be_io lio_be_io |
Definition at line 65 of file log_sched.h.
struct m0_buf lio_buf |
Definition at line 61 of file log_sched.h.
void* lio_buf_addr |
Definition at line 62 of file log_sched.h.
m0_bcount_t lio_buf_size |
Definition at line 63 of file log_sched.h.
struct m0_bufvec lio_bufvec |
Definition at line 64 of file log_sched.h.
uint32_t lio_log_bshift |
Definition at line 60 of file log_sched.h.
struct m0_be_log_record* lio_record |
Definition at line 67 of file log_sched.h.
struct m0_be_log_sched* lio_sched |
Definition at line 66 of file log_sched.h.
void* lio_user_data |
Definition at line 68 of file log_sched.h.