Lines Matching defs:cmp
6820 int cmp;
6835 cmp = memcmp_extent_buffer(right_path->nodes[0], tmp_buf, off2, len1);
6836 if (cmp)
6859 int cmp;
7027 cmp = btrfs_comp_cpu_keys(&left_key, &right_key);
7028 if (cmp < 0) {
7036 } else if (cmp > 0) {
7062 cmp = btrfs_comp_cpu_keys(&left_key, &right_key);
7063 if (cmp < 0) {
7065 } else if (cmp > 0) {