Home
last modified time | relevance | path

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

/linux/fs/reiserfs/
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()
/linux/fs/btrfs/
A Dctree.c599 static int comp_keys(const struct btrfs_disk_key *disk_key, in comp_keys() function
612 static int comp_keys(const struct btrfs_disk_key *disk, in comp_keys() function
681 if (!progress_passed && comp_keys(&disk_key, progress) < 0) in btrfs_realloc_node()
778 ret = comp_keys(tmp, key); in generic_bin_search()
2176 if (unlikely(comp_keys(&disk_key, new_key) >= 0)) { in btrfs_set_item_key_safe()
2190 if (unlikely(comp_keys(&disk_key, new_key) <= 0)) { in btrfs_set_item_key_safe()
4185 ret = comp_keys(&found_key, &key); in btrfs_prev_leaf()

Completed in 19 milliseconds