Searched defs:btree_path (Results 1 – 2 of 2) sorted by relevance
311 struct btree_path { struct312 btree_path_idx_t sorted_idx; argument322 enum btree_path_uptodate uptodate:2; argument332 struct btree_path_level { argument345 static inline struct btree_path_level *path_l(struct btree_path *path) in path_l() argument
343 struct btree_path *btree_path = trans->paths + path_idx; in flush_new_cached_update() local