|
Motr
M0
|

Data Fields | |
| struct m0_addb2_storage * | f_stor |
| struct m0_addb2_frame_header | f_header |
| struct m0_tlink | f_linkage |
| struct m0_addb2_trace * | f_trace [FRAME_TRACE_MAX] |
| struct m0_stob_io | f_io |
| void * | f_area |
| m0_bcount_t | f_count [IO_FRAG] |
| m0_bindex_t | f_index [IO_FRAG] |
| void * | f_buf [IO_FRAG] |
| struct m0_clink | f_clink |
| uint64_t | f_magix |
A frame is a collection of traces written to storage as a unit.
| void* f_area |
| struct m0_clink f_clink |
| m0_bcount_t f_count[IO_FRAG] |
| struct m0_addb2_frame_header f_header |
| m0_bindex_t f_index[IO_FRAG] |
| struct m0_stob_io f_io |
| struct m0_tlink f_linkage |
| struct m0_addb2_storage* f_stor |
| struct m0_addb2_trace* f_trace[FRAME_TRACE_MAX] |