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
360 #define for_each_key_filter(b, k, stack_iter, filter) \ argument
365 #define for_each_key(b, k, stack_iter) \ argument
416 static inline void bkey_init(struct bkey *k) in bkey_init()
434 static inline bool bch_cut_front(const struct bkey *where, struct bkey *k) in bch_cut_front()
440 static inline bool bch_cut_back(const struct bkey *where, struct bkey *k) in bch_cut_back()
455 static inline void preceding_key(struct bkey *k, struct bkey **preceding_key_p) in preceding_key()
467 static inline bool bch_ptr_invalid(struct btree_keys *b, const struct bkey *k) in bch_ptr_invalid()
472 static inline bool bch_ptr_bad(struct btree_keys *b, const struct bkey *k) in bch_ptr_bad()
478 size_t size, const struct bkey *k) in bch_bkey_to_text()
513 static inline void bch_keylist_init_single(struct keylist *l, struct bkey *k) in bch_keylist_init_single()
524 static inline void bch_keylist_add(struct keylist *l, struct bkey *k) in bch_keylist_add()