u64s              131 drivers/md/bcache/bset.c int __bch_keylist_realloc(struct keylist *l, unsigned int u64s)
u64s              134 drivers/md/bcache/bset.c 	size_t newsize = oldsize + u64s;
u64s              550 drivers/md/bcache/bset.h int __bch_keylist_realloc(struct keylist *l, unsigned int u64s);
u64s              102 drivers/md/bcache/request.c static int bch_keylist_realloc(struct keylist *l, unsigned int u64s,
u64s              106 drivers/md/bcache/request.c 	size_t newsize = oldsize + u64s;
u64s              117 drivers/md/bcache/request.c 	return __bch_keylist_realloc(l, u64s);