Lines Matching defs:k
236 static inline bool bkey_written(struct btree_keys *b, struct bkey *k) in bkey_written()
251 #define __set_bytes(i, k) (sizeof(*(i)) + (k) * sizeof(uint64_t)) argument
254 #define __set_blocks(i, k, block_bytes) \ argument
311 struct bkey *k, *end; member
338 #define for_each_key_filter(b, k, iter, filter) \ argument
342 #define for_each_key(b, k, iter) \ argument
390 static inline void bkey_init(struct bkey *k) in bkey_init()
408 static inline bool bch_cut_front(const struct bkey *where, struct bkey *k) in bch_cut_front()
414 static inline bool bch_cut_back(const struct bkey *where, struct bkey *k) in bch_cut_back()
435 static inline bool bch_ptr_invalid(struct btree_keys *b, const struct bkey *k) in bch_ptr_invalid()
440 static inline bool bch_ptr_bad(struct btree_keys *b, const struct bkey *k) in bch_ptr_bad()
446 size_t size, const struct bkey *k) in bch_bkey_to_text()
481 static inline void bch_keylist_init_single(struct keylist *l, struct bkey *k) in bch_keylist_init_single()
492 static inline void bch_keylist_add(struct keylist *l, struct bkey *k) in bch_keylist_add()