Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dbtree_types.h314 struct btree_path { struct
315 btree_path_idx_t sorted_idx; argument
325 enum btree_path_uptodate uptodate:2; argument
335 struct btree_path_level { argument
348 static inline struct btree_path_level *path_l(struct btree_path *path) in path_l() argument
H A Dbtree_update.c362 struct btree_path *btree_path = trans->paths + path_idx; in flush_new_cached_update() local