Searched defs:ma_wr_state (Results 1 – 1 of 1) sorted by relevance
456 struct ma_wr_state { struct457 struct ma_state *mas;458 struct maple_node *node; /* Decoded mas->node */459 unsigned long r_min; /* range min */460 unsigned long r_max; /* range max */461 enum maple_type type; /* mas->node type */462 unsigned char offset_end; /* The offset where the write ends */463 unsigned long *pivots; /* mas->node->pivots pointer */464 unsigned long end_piv; /* The pivot at the offset end */465 void __rcu **slots; /* mas->node->slots pointer */[all …]