Home
last modified time | relevance | path

Searched defs:btree_path (Results 1 – 2 of 2) sorted by relevance

/linux-6.8/fs/bcachefs/
Dbtree_types.h227 struct btree_path { struct
228 btree_path_idx_t sorted_idx; argument
238 enum btree_path_uptodate uptodate:2; argument
248 struct btree_path_level { argument
261 static inline struct btree_path_level *path_l(struct btree_path *path) in path_l() argument
Dbtree_update.c356 struct btree_path *btree_path = trans->paths + path_idx; in flush_new_cached_update() local