Lines Matching refs:comp_keys
763 static int comp_keys(const struct btrfs_disk_key *disk_key,
776 static int comp_keys(const struct btrfs_disk_key *disk,
788 * same as comp_keys only with two btrfs_key's
859 if (!progress_passed && comp_keys(&disk_key, progress) < 0)
972 ret = comp_keys(tmp, key);
2009 ret = comp_keys(&first_key, key);
2518 ret = comp_keys(&found_key, &orig_key);
2533 ret = comp_keys(&found_key, &key);
2724 if (unlikely(comp_keys(&disk_key, new_key) >= 0)) {
2738 if (unlikely(comp_keys(&disk_key, new_key) <= 0)) {