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.h522 static inline int btrfs_comp_keys(const struct btrfs_disk_key *disk_key, in btrfs_comp_keys() function
533 static inline int btrfs_comp_keys(const struct btrfs_disk_key *disk, in btrfs_comp_keys() function
H A Dctree.c780 ret = btrfs_comp_keys(tmp, key); in btrfs_bin_search()
1862 ret = btrfs_comp_keys(&first_key, key); in search_leaf()
2375 ret = btrfs_comp_keys(&found_key, &orig_key); in btrfs_prev_leaf()
2390 ret = btrfs_comp_keys(&found_key, &key); in btrfs_prev_leaf()
2581 if (unlikely(btrfs_comp_keys(&disk_key, new_key) >= 0)) { in btrfs_set_item_key_safe()
2595 if (unlikely(btrfs_comp_keys(&disk_key, new_key) <= 0)) { in btrfs_set_item_key_safe()
H A Ddefrag.c388 if (!progress_passed && btrfs_comp_keys(&disk_key, progress) < 0) in btrfs_realloc_node()