Lines Matching refs:bkey_float
301 struct bkey_float {
310 struct bkey_float f[];
327 DIV_ROUND_UP(t->size * sizeof(struct bkey_float), 8);
358 static struct bkey_float *bkey_float(const struct btree *b,
409 * then bkey_float->m gives us the offset within that cacheline, in units of 8
417 * bits we're going to store in bkey_float->mantissa. t->prev[j] stores the size
470 bkey_float(b, t, j)->key_offset);
573 const struct bkey_float *f)
600 struct bkey_float *f = bkey_float(b, t, j);
677 return __bset_tree_capacity(b, t) / sizeof(struct bkey_float);
732 bkey_float(b, t, j)->key_offset =
1086 const struct bkey_float *f)
1106 struct bkey_float *f;
1541 bkey_float(b, t, j)->exponent ==
1565 switch (bkey_float(b, t, j)->exponent) {