Home
last modified time | relevance | path

Searched refs:bch2_bkey_pack_key (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dbkey_methods.c431 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()
Dbkey.c317 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()
Dbkey.h373 bool bch2_bkey_pack_key(struct bkey_packed *, const struct bkey *,
Dbset.c991 if (bch2_bkey_pack_key(&packed, &insert->k, f)) in bch2_bset_insert()