Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/bcache/
Dbset.h383 #define bset_bkey_last(i) bkey_idx((struct bkey *) (i)->d, (i)->keys)
387 return bkey_idx(i->start, idx); in bset_bkey_idx()
/linux-4.1.27/include/uapi/linux/
Dbcache.h122 static inline struct bkey *bkey_idx(const struct bkey *k, unsigned nr_keys) in bkey_idx() function