Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dbkey.h249 static inline const struct bkey *packed_to_bkey_c(const struct bkey_packed *k) in packed_to_bkey_c() function
435 *dst = *packed_to_bkey_c(src); in __bkey_unpack_key()
446 : *packed_to_bkey_c(src); in bkey_unpack_key()
465 : packed_to_bkey_c(src)->p; in bkey_unpack_pos()
Dbset.h288 return bpos_cmp(packed_to_bkey_c(l)->p, *r); in bkey_cmp_p_or_unp()
Dbkey.c1046 return unlikely(l_unpacked = packed_to_bkey_c(l)) in __bch2_bkey_cmp_left_packed()