Home
last modified time | relevance | path

Searched refs:__btree_path_cmp (Results 1 – 1 of 1) sorted by relevance

/linux/fs/bcachefs/
H A Dbtree_iter.c40 static inline int __btree_path_cmp(const struct btree_path *l, in __btree_path_cmp() function
58 return __btree_path_cmp(l, r->btree_id, r->cached, r->pos, r->level); in btree_path_cmp()
1761 if (__btree_path_cmp(path, in bch2_path_get()