Home
last modified time | relevance | path

Searched refs:packed_to_bkey (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dbkey_methods.c414 struct bkey_i *u = packed_to_bkey(k); in __bch2_bkey_compat()
438 struct bkey_i *u = packed_to_bkey(k); in __bch2_bkey_compat()
461 u = bkey_i_to_s(packed_to_bkey(k)); in __bch2_bkey_compat()
Dbkey.h244 static inline struct bkey_i *packed_to_bkey(struct bkey_packed *k) in packed_to_bkey() function