Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dctree.h518 static inline int btrfs_comp_keys(const struct btrfs_disk_key *disk_key, in btrfs_comp_keys() function
529 static inline int btrfs_comp_keys(const struct btrfs_disk_key *disk, in btrfs_comp_keys() function
H A Dctree.c787 ret = btrfs_comp_keys(tmp, key); in btrfs_bin_search()
1880 ret = btrfs_comp_keys(&first_key, key); in search_leaf()
2413 ret = btrfs_comp_keys(&found_key, &orig_key); in btrfs_prev_leaf()
2428 ret = btrfs_comp_keys(&found_key, &key); in btrfs_prev_leaf()
2619 if (unlikely(btrfs_comp_keys(&disk_key, new_key) >= 0)) { in btrfs_set_item_key_safe()
2632 if (unlikely(btrfs_comp_keys(&disk_key, new_key) <= 0)) { in btrfs_set_item_key_safe()
H A Ddefrag.c379 if (!progress_passed && btrfs_comp_keys(&disk_key, progress) < 0) in btrfs_realloc_node()