Lines Matching defs:k
227 static inline struct bkey_packed *bkey_to_packed(struct bkey_i *k) in bkey_to_packed()
232 static inline const struct bkey_packed *bkey_to_packed_c(const struct bkey_i *k) in bkey_to_packed_c()
237 static inline struct bkey_i *packed_to_bkey(struct bkey_packed *k) in packed_to_bkey()
242 static inline const struct bkey *packed_to_bkey_c(const struct bkey_packed *k) in packed_to_bkey_c()
296 static inline u64 bkey_start_offset(const struct bkey *k) in bkey_start_offset()
301 static inline struct bpos bkey_start_pos(const struct bkey *k) in bkey_start_pos()
313 const struct bkey_packed *k) in bkeyp_key_u64s()
319 const struct bkey_packed *k) in bkeyp_u64s_valid()
325 const struct bkey_packed *k) in bkeyp_key_bytes()
331 const struct bkey_packed *k) in bkeyp_val_u64s()
337 const struct bkey_packed *k) in bkeyp_val_bytes()
343 struct bkey_packed *k, unsigned val_u64s) in set_bkeyp_val_u64s()
464 const struct bkey_packed *k, in bkey_disassemble()
474 struct bkey_packed *k, in __bkey_disassemble()
535 #define high_word(f, k) ((u64 *) (k)->_data + high_word_offset(f)) argument
569 static inline void bch2_bkey_format_add_key(struct bkey_format_state *s, const struct bkey *k) in bch2_bkey_format_add_key()