Lines Matching defs:last
1195 struct bkey *k, *last = NULL;1217 if (!last) {1218 last = out->start;1219 bkey_copy(last, k);1220 } else if (!bch_bkey_try_merge(b, last, k)) {1221 last = bkey_next(last);1222 bkey_copy(last, k);1226 out->keys = last ? (uint64_t *) bkey_next(last) - out->d : 0;