Lines Matching defs:k
245 static inline bool bkey_written(struct btree_keys *b, struct bkey *k) in bkey_written()
262 #define __set_bytes(i, k) (sizeof(*(i)) + (k) * sizeof(uint64_t)) argument
265 #define __set_blocks(i, k, block_bytes) \ argument
317 struct bkey *k, *end; member
355 #define for_each_key_filter(b, k, iter, filter) \ argument
359 #define for_each_key(b, k, iter) \ argument
410 static inline void bkey_init(struct bkey *k) in bkey_init()
428 static inline bool bch_cut_front(const struct bkey *where, struct bkey *k) in bch_cut_front()
434 static inline bool bch_cut_back(const struct bkey *where, struct bkey *k) in bch_cut_back()
449 static inline void preceding_key(struct bkey *k, struct bkey **preceding_key_p) in preceding_key()
461 static inline bool bch_ptr_invalid(struct btree_keys *b, const struct bkey *k) in bch_ptr_invalid()
466 static inline bool bch_ptr_bad(struct btree_keys *b, const struct bkey *k) in bch_ptr_bad()
472 size_t size, const struct bkey *k) in bch_bkey_to_text()
507 static inline void bch_keylist_init_single(struct keylist *l, struct bkey *k) in bch_keylist_init_single()
518 static inline void bch_keylist_add(struct keylist *l, struct bkey *k) in bch_keylist_add()