Home
last modified time | relevance | path

Searched refs:packed_to_bkey_c (Results 1 – 3 of 3) sorted by relevance

/linux/fs/bcachefs/
H A Dbkey.h242 static inline const struct bkey *packed_to_bkey_c(const struct bkey_packed *k) in packed_to_bkey_c() function
428 *dst = *packed_to_bkey_c(src); in __bkey_unpack_key()
439 : *packed_to_bkey_c(src); in bkey_unpack_key()
458 : packed_to_bkey_c(src)->p; in bkey_unpack_pos()
H A Dbset.h288 return bpos_cmp(packed_to_bkey_c(l)->p, *r); in bkey_cmp_p_or_unp()
H A Dbkey.c1046 return unlikely(l_unpacked = packed_to_bkey_c(l)) in __bch2_bkey_cmp_left_packed()