Home
last modified time | relevance | path

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

/linux-6.8/fs/btrfs/ !
Dctree.h494 int __pure btrfs_comp_cpu_keys(const struct btrfs_key *k1, const struct btrfs_key *k2);
507 return btrfs_comp_cpu_keys(k1, k2); in btrfs_comp_keys()
520 return btrfs_comp_cpu_keys(&k1, k2); in btrfs_comp_keys()
Dtree-checker.c1861 if (unlikely(btrfs_comp_cpu_keys(&prev_key, &key) >= 0)) { in __btrfs_check_leaf()
1988 if (unlikely(btrfs_comp_cpu_keys(&key, &next_key) >= 0)) { in __btrfs_check_node()
2109 ret = btrfs_comp_cpu_keys(first_key, &found_key); in btrfs_verify_level_key()
Ddisk-io.c436 if (unlikely(btrfs_comp_cpu_keys(expect_key, &found_key))) { in btrfs_validate_extent_buffer()
755 return btrfs_comp_cpu_keys(&a->root_key, &b->root_key); in global_root_cmp()
763 return btrfs_comp_cpu_keys(key, &root->root_key); in global_root_key_cmp()
Dioctl.c1526 ret = btrfs_comp_cpu_keys(key, &test); in key_in_sk()
1534 ret = btrfs_comp_cpu_keys(key, &test); in key_in_sk()
1647 if (btrfs_comp_cpu_keys(key, &test) >= 0) in copy_to_sk()
Dctree.c761 int __pure btrfs_comp_cpu_keys(const struct btrfs_key *k1, const struct btrfs_key *k2) in btrfs_comp_cpu_keys() function
2672 if (unlikely(btrfs_comp_cpu_keys(&left_last, &right_first) >= 0)) { in check_sibling_keys()
Dextent-tree.c5303 ret = btrfs_comp_cpu_keys(&key, in reada_walk_down()
5513 ret = btrfs_comp_cpu_keys(&key, &wc->update_progress); in do_walk_down()
Dfile.c542 if (btrfs_comp_cpu_keys(&key, &slot_key) > 0) in btrfs_drop_extents()
Dsend.c7860 cmp = btrfs_comp_cpu_keys(&left_key, &right_key); in btrfs_compare_trees()
7893 cmp = btrfs_comp_cpu_keys(&left_key, &right_key); in btrfs_compare_trees()
Dqgroup.c2277 if (btrfs_comp_cpu_keys(&dst_key, &src_key)) { in qgroup_trace_extent_swap()
Drelocation.c1790 btrfs_comp_cpu_keys(&next_key, &key) >= 0) { in merge_reloc_root()