Searched defs:ma_wr_state (Results 1 – 1 of 1) sorted by relevance
493 struct ma_wr_state { struct494 struct ma_state *mas;495 struct maple_node *node; /* Decoded mas->node */496 unsigned long r_min; /* range min */497 unsigned long r_max; /* range max */498 enum maple_type type; /* mas->node type */499 unsigned char offset_end; /* The offset where the write ends */500 unsigned long *pivots; /* mas->node->pivots pointer */501 unsigned long end_piv; /* The pivot at the offset end */502 void __rcu **slots; /* mas->node->slots pointer */[all …]