Home
last modified time | relevance | path

Searched refs:comp_keys (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/reiserfs/
H A Dstree.c68 static inline int comp_keys(const struct reiserfs_key *le_key, in comp_keys() function
173 switch (comp_keys in bin_search()
337 if (comp_keys(get_lkey(chk_path, sb), key) == 1) in key_in_buffer()
341 if (comp_keys(get_rkey(chk_path, sb), key) != 1) in key_in_buffer()
738 RFALSE(comp_keys(&MAX_KEY, key) && in search_by_key()
/openbmc/linux/fs/btrfs/
H A Dctree.c780 static int comp_keys(const struct btrfs_disk_key *disk_key, in comp_keys() function
793 static int comp_keys(const struct btrfs_disk_key *disk, in comp_keys() function
876 if (!progress_passed && comp_keys(&disk_key, progress) < 0) in btrfs_realloc_node()
989 ret = comp_keys(tmp, key); in btrfs_bin_search()
2038 ret = comp_keys(&first_key, key); in search_leaf()
2551 ret = comp_keys(&found_key, &orig_key); in btrfs_prev_leaf()
2566 ret = comp_keys(&found_key, &key); in btrfs_prev_leaf()
2757 if (unlikely(comp_keys(&disk_key, new_key) >= 0)) { in btrfs_set_item_key_safe()
2771 if (unlikely(comp_keys(&disk_key, new_key) <= 0)) { in btrfs_set_item_key_safe()