Searched refs:bch2_bkey_pack_key (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | bkey_methods.c | 431 BUG_ON(!bch2_bkey_pack_key(k, &uk, out)); in __bch2_bkey_compat() 452 BUG_ON(!bch2_bkey_pack_key(k, &uk, f)); in __bch2_bkey_compat()
|
D | bkey.c | 317 bool bch2_bkey_pack_key(struct bkey_packed *out, const struct bkey *in, in bch2_bkey_pack_key() function 371 if (!bch2_bkey_pack_key(&tmp, &src->k, format)) in bch2_bkey_pack() 1115 BUG_ON(!bch2_bkey_pack_key(&p, &t, &test_format)); in bch2_bkey_pack_test()
|
D | bkey.h | 373 bool bch2_bkey_pack_key(struct bkey_packed *, const struct bkey *,
|
D | bset.c | 991 if (bch2_bkey_pack_key(&packed, &insert->k, f)) in bch2_bset_insert()
|