Searched defs:btree_path (Results 1 – 2 of 2) sorted by relevance
314 struct btree_path { struct315 btree_path_idx_t sorted_idx; argument325 enum btree_path_uptodate uptodate:2; argument335 struct btree_path_level { argument348 static inline struct btree_path_level *path_l(struct btree_path *path) in path_l() argument
362 struct btree_path *btree_path = trans->paths + path_idx; in flush_new_cached_update() local