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.h516 static inline int btrfs_comp_keys(const struct btrfs_disk_key *disk_key, in btrfs_comp_keys() function
527 static inline int btrfs_comp_keys(const struct btrfs_disk_key *disk, in btrfs_comp_keys() function
H A Dctree.c791 ret = btrfs_comp_keys(tmp, key); in btrfs_bin_search()
1873 ret = btrfs_comp_keys(&first_key, key); in search_leaf()
2384 ret = btrfs_comp_keys(&found_key, &orig_key); in btrfs_prev_leaf()
2399 ret = btrfs_comp_keys(&found_key, &key); in btrfs_prev_leaf()
2590 if (unlikely(btrfs_comp_keys(&disk_key, new_key) >= 0)) { in btrfs_set_item_key_safe()
2604 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()