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