Lines Matching defs:k
244 static inline bool bkey_written(struct btree_keys *b, struct bkey *k) in bkey_written()
261 #define __set_bytes(i, k) (sizeof(*(i)) + (k) * sizeof(uint64_t)) argument
264 #define __set_blocks(i, k, block_bytes) \ argument
323 struct bkey *k, *end; member
353 #define for_each_key_filter(b, k, iter, filter) \ argument
357 #define for_each_key(b, k, iter) \ argument
408 static inline void bkey_init(struct bkey *k) in bkey_init()
426 static inline bool bch_cut_front(const struct bkey *where, struct bkey *k) in bch_cut_front()
432 static inline bool bch_cut_back(const struct bkey *where, struct bkey *k) in bch_cut_back()
447 static inline void preceding_key(struct bkey *k, struct bkey **preceding_key_p) in preceding_key()
459 static inline bool bch_ptr_invalid(struct btree_keys *b, const struct bkey *k) in bch_ptr_invalid()
464 static inline bool bch_ptr_bad(struct btree_keys *b, const struct bkey *k) in bch_ptr_bad()
470 size_t size, const struct bkey *k) in bch_bkey_to_text()
505 static inline void bch_keylist_init_single(struct keylist *l, struct bkey *k) in bch_keylist_init_single()
516 static inline void bch_keylist_add(struct keylist *l, struct bkey *k) in bch_keylist_add()