Home
last modified time | relevance | path

Searched refs:bio_set (Results 1 – 25 of 44) sorted by relevance

12

/OK3568_Linux_fs/kernel/include/linux/
H A Dbio.h367 gfp_t gfp, struct bio_set *bs);
380 gfp_t gfp, struct bio_set *bs) in bio_next_split()
392 extern int bioset_init(struct bio_set *, unsigned int, unsigned int, int flags);
393 extern void bioset_exit(struct bio_set *);
395 extern int bioset_init_from_src(struct bio_set *bs, struct bio_set *src);
397 extern struct bio *bio_alloc_bioset(gfp_t, unsigned int, struct bio_set *);
401 extern struct bio *bio_clone_fast(struct bio *, gfp_t, struct bio_set *);
403 extern struct bio_set fs_bio_set;
683 struct bio_set { struct
715 static inline bool bioset_initialized(struct bio_set *bs) in bioset_initialized() argument
[all …]
H A Dblk_types.h14 struct bio_set;
268 struct bio_set *bi_pool;
H A Dblkdev.h590 struct bio_set bio_split;
930 struct bio_set *bs, gfp_t gfp_mask,
/OK3568_Linux_fs/kernel/drivers/block/rnbd/
H A Drnbd-srv-dev.h17 struct bio_set *ibd_bio_set;
35 struct bio_set *bs);
46 struct bio *rnbd_bio_map_kern(void *data, struct bio_set *bs,
H A Drnbd-srv-dev.c16 struct bio_set *bs) in rnbd_dev_open()
66 struct bio *rnbd_bio_map_kern(void *data, struct bio_set *bs, in rnbd_bio_map_kern()
H A Drnbd-srv.h26 struct bio_set sess_bio_set;
/OK3568_Linux_fs/kernel/block/
H A Dbio.c48 struct bio_set fs_bio_set;
120 static void bio_put_slab(struct bio_set *bs) in bio_put_slab()
252 struct bio_set *bs = bio->bi_pool; in bio_free()
350 struct bio_set *bs = container_of(work, struct bio_set, rescue_work); in bio_alloc_rescue()
365 static void punt_bios_to_rescuer(struct bio_set *bs) in punt_bios_to_rescuer()
438 struct bio_set *bs) in bio_alloc_bioset()
707 struct bio *bio_clone_fast(struct bio *bio, gfp_t gfp_mask, struct bio_set *bs) in bio_clone_fast()
1478 gfp_t gfp, struct bio_set *bs) in bio_split()
1549 void bioset_exit(struct bio_set *bs) in bioset_exit()
1586 int bioset_init(struct bio_set *bs, in bioset_init()
[all …]
H A Dbio-integrity.c27 static void __bio_integrity_free(struct bio_set *bs, in __bio_integrity_free()
55 struct bio_set *bs = bio->bi_pool; in bio_integrity_alloc()
109 struct bio_set *bs = bio->bi_pool; in bio_integrity_free()
436 int bioset_integrity_create(struct bio_set *bs, int pool_size) in bioset_integrity_create()
454 void bioset_integrity_free(struct bio_set *bs) in bioset_integrity_free()
H A Dbounce.c31 static struct bio_set bounce_bio_set, bounce_bio_split;
218 struct bio_set *bs) in bounce_clone_bio()
H A Dblk-merge.c67 struct bio_set *bs, in blk_bio_discard_split()
110 struct bio *bio, struct bio_set *bs, unsigned *nsegs) in blk_bio_write_zeroes_split()
125 struct bio_set *bs, in blk_bio_write_same_split()
250 struct bio_set *bs, in blk_bio_segment_split()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-core.h92 struct bio_set io_bs;
93 struct bio_set bs;
H A Ddm-zoned-target.c58 struct bio_set bio_set; member
128 clone = bio_clone_fast(bio, GFP_NOIO, &dmz->bio_set); in dmz_submit_bio()
898 ret = bioset_init(&dmz->bio_set, DMZ_MIN_BIOS, 0, 0); in dmz_ctr()
950 bioset_exit(&dmz->bio_set); in dmz_ctr()
983 bioset_exit(&dmz->bio_set); in dmz_dtr()
H A Draid1.h124 struct bio_set bio_split;
H A Dmd.h486 struct bio_set bio_set; member
487 struct bio_set sync_set; /* for sync operations like
H A Draid10.h99 struct bio_set bio_split;
H A Draid0.c449 &mddev->bio_set); in raid0_handle_discard()
554 &mddev->bio_set); in raid0_make_request()
H A Dmd-linear.c245 GFP_NOIO, &mddev->bio_set); in linear_make_request()
H A Draid5.h672 struct bio_set bio_split;
H A Dmd-faulty.c208 struct bio *b = bio_clone_fast(bio, GFP_NOIO, &mddev->bio_set); in faulty_make_request()
H A Ddm-writecache.c198 struct bio_set bio_set; member
1718 bio = bio_alloc_bioset(GFP_NOIO, max_pages, &wc->bio_set); in __writecache_writeback_pmem()
2046 bioset_exit(&wc->bio_set); in writecache_dtr()
2179 r = bioset_init(&wc->bio_set, BIO_POOL_SIZE, in writecache_ctr()
H A Ddm-io.c26 struct bio_set bios;
H A Draid1.c1293 read_bio = bio_clone_fast(bio, gfp, &mddev->bio_set); in raid1_read_request()
1492 GFP_NOIO, &mddev->bio_set); in raid1_write_request()
1494 mbio = bio_clone_fast(bio, GFP_NOIO, &mddev->bio_set); in raid1_write_request()
2365 &mddev->bio_set); in narrow_write_error()
2368 &mddev->bio_set); in narrow_write_error()
H A Draid5-ppl.c101 struct bio_set bs;
102 struct bio_set flush_bs;
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_iblock.h24 struct bio_set ibd_bio_set;
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dbcache.h272 struct bio_set bio_split;
535 struct bio_set bio_split;

12