Searched refs:btree_path_cmp (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/bcachefs/
H A Dbtree_iter.c55 static inline int btree_path_cmp(const struct btree_path *l, function
1305 if (sib && !btree_path_cmp(sib, path))
1309 if (sib && !btree_path_cmp(sib, path))
2630 if (prev && btree_path_cmp(prev, path) > 0) {
2662 if (btree_path_cmp(trans->paths + trans->sorted[i],

Completed in 215 milliseconds