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