Lines Matching defs:search

463 struct search {
489 struct search *s = container_of(cl, struct search, cl);
515 struct search *s = container_of(op, struct search, op);
580 struct search *s = container_of(cl, struct search, iop.cl);
626 struct search *s = container_of(cl, struct search, cl);
642 struct search *s = container_of(cl, struct search, cl);
669 static void bio_complete(struct search *s)
682 static void do_bio_hook(struct search *s,
704 struct search *s = container_of(cl, struct search, cl);
713 mempool_free(s, &s->iop.c->search);
716 static inline struct search *search_alloc(struct bio *bio,
719 struct search *s;
721 s = mempool_alloc(&d->c->search, GFP_NOIO);
753 struct search *s = container_of(cl, struct search, cl);
764 struct search *s = container_of(cl, struct search, cl);
777 struct search *s = container_of(cl, struct search, cl);
805 struct search *s = container_of(cl, struct search, cl);
820 struct search *s = container_of(cl, struct search, cl);
862 struct search *s = container_of(cl, struct search, cl);
877 static int cached_dev_cache_miss(struct btree *b, struct search *s,
953 static void cached_dev_read(struct cached_dev *dc, struct search *s)
965 struct search *s = container_of(cl, struct search, cl);
972 static void cached_dev_write(struct cached_dev *dc, struct search *s)
1058 struct search *s = container_of(cl, struct search, cl);
1175 struct search *s;
1251 static int flash_dev_cache_miss(struct btree *b, struct search *s,
1270 struct search *s = container_of(cl, struct search, cl);
1280 struct search *s;
1341 bch_search_cache = KMEM_CACHE(search, 0);