Searched refs:cmp_le32 (Results 1 – 2 of 2) sorted by relevance
816 bubble_sort(u->v.skip, ARRAY_SIZE(u->v.skip), cmp_le32); in check_snapshot()1225 bubble_sort(n->v.skip, ARRAY_SIZE(n->v.skip), cmp_le32); in create_snapids()1542 bubble_sort(s->v.skip, ARRAY_SIZE(s->v.skip), cmp_le32); in bch2_fix_child_of_deleted_snapshot()
679 static inline int cmp_le32(__le32 l, __le32 r) in cmp_le32() function