Searched refs:store_type (Results 1 – 3 of 3) sorted by relevance
151 enum store_type { enum451 enum store_type store_type; /* The type of store needed for this operation */ member493 .store_type = wr_invalid, \
3381 enum store_type type = wr_mas->mas->store_type; in mas_commit_b_node()4061 switch (mas->store_type) { in mas_wr_store_entry()4152 switch (mas->store_type) { in mas_prealloc_calc()4250 mas->store_type = mas_wr_store_type(wr_mas); in mas_wr_preallocate()4293 if (mas->store_type == wr_spanning_store) in mas_insert()4297 if (mas->store_type != wr_new_root && mas->store_type != wr_store_root) { in mas_insert()5393 mas->store_type = mas_wr_store_type(&wr_mas); in mas_store()5461 if (mas->store_type == wr_store_root) { in mas_store_prealloc()5467 if (mas->store_type != wr_spanning_store) { in mas_store_prealloc()5496 mas->store_type = mas_wr_store_type(&wr_mas); in mas_preallocate()[all …]
36358 MT_BUG_ON(mt, mas.store_type == wr_rebalance); in check_bulk_rebalance()