Lines Matching defs:k
36 const struct bkey *k; member
44 struct bkey *k; member
53 static inline struct bkey_i *bkey_next(struct bkey_i *k) in bkey_next()
60 static inline size_t bkey_val_bytes(const struct bkey *k) in bkey_val_bytes()
65 static inline void set_bkey_val_u64s(struct bkey *k, unsigned val_u64s) in set_bkey_val_u64s()
73 static inline void set_bkey_val_bytes(struct bkey *k, unsigned bytes) in set_bkey_val_bytes()
277 static inline struct bkey_packed *bkey_to_packed(struct bkey_i *k) in bkey_to_packed()
282 static inline const struct bkey_packed *bkey_to_packed_c(const struct bkey_i *k) in bkey_to_packed_c()
287 static inline struct bkey_i *packed_to_bkey(struct bkey_packed *k) in packed_to_bkey()
292 static inline const struct bkey *packed_to_bkey_c(const struct bkey_packed *k) in packed_to_bkey_c()
346 static inline u64 bkey_start_offset(const struct bkey *k) in bkey_start_offset()
351 static inline struct bpos bkey_start_pos(const struct bkey *k) in bkey_start_pos()
363 const struct bkey_packed *k) in bkeyp_key_u64s()
372 const struct bkey_packed *k) in bkeyp_key_bytes()
378 const struct bkey_packed *k) in bkeyp_val_u64s()
384 const struct bkey_packed *k) in bkeyp_val_bytes()
390 struct bkey_packed *k, unsigned val_u64s) in set_bkeyp_val_u64s()
511 const struct bkey_packed *k, in bkey_disassemble()
521 struct bkey_packed *k, in __bkey_disassemble()
562 static inline struct bkey_s bkey_to_s(struct bkey *k) in bkey_to_s()
567 static inline struct bkey_s_c bkey_to_s_c(const struct bkey *k) in bkey_to_s_c()
572 static inline struct bkey_s bkey_i_to_s(struct bkey_i *k) in bkey_i_to_s()
577 static inline struct bkey_s_c bkey_i_to_s_c(const struct bkey_i *k) in bkey_i_to_s_c()
731 #define high_word(f, k) ((u64 *) (k)->_data + high_word_offset(f)) argument
765 static inline void bch2_bkey_format_add_key(struct bkey_format_state *s, const struct bkey *k) in bch2_bkey_format_add_key()