Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dbtree_write_buffer.c31 static inline bool wb_key_ref_cmp(const struct wb_key_ref *l, const struct wb_key_ref *r) in wb_key_ref_cmp() function
102 b = wb_key_ref_cmp(base + c, base + d) ? c : d; in wb_sort()
107 while (b != a && wb_key_ref_cmp(base + a, base + b)) in wb_sort()