Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dreada.c166 btrfs_comp_cpu_keys(&key, &rc->key_end) < 0 && in __readahead_hook()
167 btrfs_comp_cpu_keys(&next_key, &rc->key_start) > 0) in __readahead_hook()
H A Ddelayed-inode.c357 ret = btrfs_comp_cpu_keys(&delayed_item->key, key); in __btrfs_lookup_delayed_item()
425 cmp = btrfs_comp_cpu_keys(&item->key, &ins->key); in __btrfs_add_delayed_item()
900 while (btrfs_comp_cpu_keys(&next->key, &key) == 0) { in btrfs_batch_delete_items()
H A Dtree-checker.c1654 if (btrfs_comp_cpu_keys(&prev_key, &key) >= 0) { in check_leaf()
1779 if (btrfs_comp_cpu_keys(&key, &next_key) >= 0) { in btrfs_check_node()
H A Dctree.c1554 return btrfs_comp_cpu_keys(k1, k2); in comp_keys()
1569 return btrfs_comp_cpu_keys(&k1, k2); in comp_keys()
1576 int __pure btrfs_comp_cpu_keys(const struct btrfs_key *k1, const struct btrfs_key *k2) in btrfs_comp_cpu_keys() function
3261 if (btrfs_comp_cpu_keys(&left_last, &right_first) >= 0) { in check_sibling_keys()
H A Dioctl.c2090 ret = btrfs_comp_cpu_keys(key, &test); in key_in_sk()
2098 ret = btrfs_comp_cpu_keys(key, &test); in key_in_sk()
2211 if (btrfs_comp_cpu_keys(key, &test) >= 0) in copy_to_sk()
H A Dextent-tree.c4810 ret = btrfs_comp_cpu_keys(&key, in reada_walk_down()
5016 ret = btrfs_comp_cpu_keys(&key, &wc->update_progress); in do_walk_down()
H A Dsend.c7027 cmp = btrfs_comp_cpu_keys(&left_key, &right_key); in btrfs_compare_trees()
7062 cmp = btrfs_comp_cpu_keys(&left_key, &right_key); in btrfs_compare_trees()
H A Dfile.c999 if (btrfs_comp_cpu_keys(&key, &slot_key) > 0) in __btrfs_drop_extents()
H A Dctree.h2694 int __pure btrfs_comp_cpu_keys(const struct btrfs_key *k1, const struct btrfs_key *k2);
H A Dqgroup.c2053 if (btrfs_comp_cpu_keys(&dst_key, &src_key)) { in qgroup_trace_extent_swap()
H A Drelocation.c1761 btrfs_comp_cpu_keys(&next_key, &key) >= 0) { in merge_reloc_root()
H A Ddisk-io.c371 ret = btrfs_comp_cpu_keys(first_key, &found_key); in btrfs_verify_level_key()