|
Motr
M0
|
#include <fol.h>

Data Fields | |
| const struct m0_fol_frag_type * | rpo_type |
| int(* | rpo_undo )(struct m0_fol_frag *frag, struct m0_be_tx *tx) |
| int(* | rpo_redo )(struct m0_fol_frag *frag, struct m0_be_tx *tx) |
| void(* | rpo_undo_credit )(const struct m0_fol_frag *frag, struct m0_be_tx_credit *accum) |
| void(* | rpo_redo_credit )(const struct m0_fol_frag *frag, struct m0_be_tx_credit *accum) |
FOL record fragments are decoded from FOL record and then undo or redo operations are performed on these fragments.
| int(* rpo_redo) (struct m0_fol_frag *frag, struct m0_be_tx *tx) |
| void(* rpo_redo_credit) (const struct m0_fol_frag *frag, struct m0_be_tx_credit *accum) |
| const struct m0_fol_frag_type* rpo_type |
| int(* rpo_undo) (struct m0_fol_frag *frag, struct m0_be_tx *tx) |
| void(* rpo_undo_credit) (const struct m0_fol_frag *frag, struct m0_be_tx_credit *accum) |