|
Motr
M0
|

Data Fields | |
| enum cr_opcode | op |
| bool | empty_bit |
| int(* | fill_kv )(struct cr_idx_w *w, struct m0_fid *k, struct kv_pair *p, size_t nr, int kpart_one_size, char *kpart_one) |
| bool | readonly |
| bool | is_set_op |
| enum m0_idx_opcode | m0_op |
| const char * | name |
Definition at line 804 of file crate_index.c.
| bool empty_bit |
0 - for DEL, 1 for another ops
Definition at line 807 of file crate_index.c.
| int(* fill_kv) (struct cr_idx_w *w, struct m0_fid *k, struct kv_pair *p, size_t nr, int kpart_one_size, char *kpart_one) |
how to fill kv pair
Definition at line 809 of file crate_index.c.
| bool is_set_op |
op filling bit (for !readonly)
Definition at line 818 of file crate_index.c.
| enum m0_idx_opcode m0_op |
client opcode corresponding to op
Definition at line 820 of file crate_index.c.
| const char* name |
humand readable name of op
Definition at line 822 of file crate_index.c.
Definition at line 805 of file crate_index.c.
| bool readonly |
is op readonly?
Definition at line 816 of file crate_index.c.