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.c763 static int comp_keys(const struct btrfs_disk_key *disk_key, in comp_keys() function
776 static int comp_keys(const struct btrfs_disk_key *disk, in comp_keys() function
859 if (!progress_passed && comp_keys(&disk_key, progress) < 0) in btrfs_realloc_node()
972 ret = comp_keys(tmp, key); in btrfs_bin_search()
2009 ret = comp_keys(&first_key, key); in search_leaf()
2518 ret = comp_keys(&found_key, &orig_key); in btrfs_prev_leaf()
2533 ret = comp_keys(&found_key, &key); in btrfs_prev_leaf()
2724 if (unlikely(comp_keys(&disk_key, new_key) >= 0)) { in btrfs_set_item_key_safe()
2738 if (unlikely(comp_keys(&disk_key, new_key) <= 0)) { in btrfs_set_item_key_safe()