Home
last modified time | relevance | path

Searched refs:bkey_idx (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/md/bcache/
Dbset.h400 #define bset_bkey_last(i) bkey_idx((struct bkey *) (i)->d, \
405 return bkey_idx(i->start, idx); in bset_bkey_idx()
Dbcache_ondisk.h124 static inline struct bkey *bkey_idx(const struct bkey *k, unsigned int nr_keys) in bkey_idx() function