Searched defs:btree_path (Results 1 – 2 of 2) sorted by relevance
227 struct btree_path { struct228 btree_path_idx_t sorted_idx; argument238 enum btree_path_uptodate uptodate:2; argument248 struct btree_path_level { argument261 static inline struct btree_path_level *path_l(struct btree_path *path) in path_l() argument
356 struct btree_path *btree_path = trans->paths + path_idx; in flush_new_cached_update() local