Searched refs:bkey_idx (Results 1 – 2 of 2) sorted by relevance
400 #define bset_bkey_last(i) bkey_idx((struct bkey *) (i)->d, \405 return bkey_idx(i->start, idx); in bset_bkey_idx()
124 static inline struct bkey *bkey_idx(const struct bkey *k, unsigned int nr_keys) in bkey_idx() function