Motr
M0
|
#include <io_sched.h>
Data Fields | |
struct m0_be_io_sched_cfg | bis_cfg |
struct m0_tl | bis_ios |
struct m0_mutex | bis_lock |
bool | bis_io_in_progress |
m0_bcount_t | bis_pos |
Definition at line 64 of file io_sched.h.
struct m0_be_io_sched_cfg bis_cfg |
Definition at line 65 of file io_sched.h.
bool bis_io_in_progress |
Definition at line 69 of file io_sched.h.
struct m0_tl bis_ios |
list of m0_be_io-s under scheduler's control
Definition at line 67 of file io_sched.h.
struct m0_mutex bis_lock |
Definition at line 68 of file io_sched.h.
m0_bcount_t bis_pos |
position for the next I/O
Definition at line 71 of file io_sched.h.