Lines Matching defs:last
1199 struct bkey *k, *last = NULL;1221 if (!last) {1222 last = out->start;1223 bkey_copy(last, k);1224 } else if (!bch_bkey_try_merge(b, last, k)) {1225 last = bkey_next(last);1226 bkey_copy(last, k);1230 out->keys = last ? (uint64_t *) bkey_next(last) - out->d : 0;