Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/bcache/
Dextents.c260 static bool new_bch_extent_sort_cmp(const void *l, const void *r, void __always_unused *args) in new_bch_extent_sort_cmp() function
281 .less = new_bch_extent_sort_cmp, in bch_extent_sort_fixup()
288 !new_bch_extent_sort_cmp(&i[0], &i[1], NULL)) in bch_extent_sort_fixup()
636 .sort_cmp = new_bch_extent_sort_cmp,