Home
last modified time | relevance | path

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

12

/linux/block/
H A Dbio.c70 struct bio_set fs_bio_set;
112 static inline unsigned int bs_bio_slab_size(struct bio_set *bs) in bs_bio_slab_size()
117 static struct kmem_cache *bio_find_or_create_slab(struct bio_set *bs) in bio_find_or_create_slab()
135 static void bio_put_slab(struct bio_set *bs) in bio_put_slab()
230 struct bio_set *bs = bio->bi_pool; in bio_free()
381 struct bio_set *bs = container_of(work, struct bio_set, rescue_work); in bio_alloc_rescue()
396 static void punt_bios_to_rescuer(struct bio_set *bs) in punt_bios_to_rescuer()
451 struct bio_set *bs) in bio_alloc_percpu_cache()
514 struct bio_set *bs) in bio_alloc_bioset()
750 struct bio_set *bs; in bio_cpu_dead()
[all …]
H A Dfops.c130 static struct bio_set blkdev_dio_pool;
H A Dblk-mq.c3357 struct bio_set *bs, gfp_t gfp_mask, in blk_rq_prep_clone()
/linux/drivers/md/
H A Ddm-core.h45 struct bio_set bs;
46 struct bio_set io_bs;
326 void dm_io_rewind(struct dm_io *io, struct bio_set *bs);
H A Ddm-zoned-target.c58 struct bio_set bio_set; member
128 clone = bio_alloc_clone(dev->bdev, bio, GFP_NOIO, &dmz->bio_set); in dmz_submit_bio()
894 ret = bioset_init(&dmz->bio_set, DMZ_MIN_BIOS, 0, 0); in dmz_ctr()
946 bioset_exit(&dmz->bio_set); in dmz_ctr()
978 bioset_exit(&dmz->bio_set); in dmz_dtr()
H A Ddm-io-rewind.c143 void dm_io_rewind(struct dm_io *io, struct bio_set *bs) in dm_io_rewind()
H A Ddm-writecache.c203 struct bio_set bio_set; member
1844 GFP_NOIO, &wc->bio_set); in __writecache_writeback_pmem()
2195 bioset_exit(&wc->bio_set); in writecache_dtr()
2327 r = bioset_init(&wc->bio_set, BIO_POOL_SIZE, in writecache_ctr()
H A Draid5-ppl.c101 struct bio_set bs;
102 struct bio_set flush_bs;
H A Dmd.c605 &mddev->bio_set); in md_flush_request()
751 err = bioset_init(&mddev->bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in mddev_init()
796 bioset_exit(&mddev->bio_set); in mddev_init()
807 bioset_exit(&mddev->bio_set); in mddev_destroy()
H A Ddm-cache-target.c408 struct bio_set bs;
H A Ddm-integrity.c293 struct bio_set recheck_bios;
294 struct bio_set recalc_bios;
H A Ddm-crypt.c231 struct bio_set bs;
/linux/fs/xfs/
H A Dxfs_zone_gc.c141 struct bio_set bio_set; member
218 if (bioset_init(&data->bio_set, 16, offsetof(struct xfs_gc_bio, bio), in xfs_zone_gc_data_alloc()
236 bioset_exit(&data->bio_set); in xfs_zone_gc_data_alloc()
252 bioset_exit(&data->bio_set); in xfs_zone_gc_data_free()
694 bio = bio_alloc_bioset(bdev, 1, REQ_OP_READ, GFP_NOFS, &data->bio_set); in xfs_zone_gc_start_chunk()
780 split = bio_split(&chunk->bio, split_sectors, GFP_NOFS, &data->bio_set); in xfs_zone_gc_split_write()
968 0, REQ_OP_ZONE_RESET, GFP_NOFS, &data->bio_set); in xfs_zone_gc_reset_zones()
/linux/drivers/target/
H A Dtarget_core_iblock.h33 struct bio_set ibd_bio_set;
/linux/include/linux/
H A Diomap.h534 struct bio_set *bio_set; member
585 extern struct bio_set iomap_ioend_bioset;
H A Dblk_types.h15 struct bio_set;
280 struct bio_set *bi_pool;
H A Dblk-mq.h1053 struct bio_set *bs, gfp_t gfp_mask,
/linux/fs/iomap/
H A Ddirect-io.c54 if (dio->dops && dio->dops->bio_set) in iomap_dio_alloc_bio()
56 GFP_KERNEL, dio->dops->bio_set); in iomap_dio_alloc_bio()
H A Dioend.c12 struct bio_set iomap_ioend_bioset;
/linux/Documentation/filesystems/iomap/
H A Doperations.rst600 struct bio_set *bio_set;
623 - ``bio_set``: This allows the filesystem to provide a custom bio_set
/linux/drivers/block/drbd/
H A Ddrbd_int.h1346 extern struct bio_set drbd_md_io_bio_set;
1349 extern struct bio_set drbd_io_bio_set;
H A Ddrbd_main.c118 struct bio_set drbd_md_io_bio_set;
119 struct bio_set drbd_io_bio_set;
/linux/fs/btrfs/
H A Dcompression.c38 static struct bio_set btrfs_compressed_bioset;
/linux/drivers/md/bcache/
H A Drequest.c207 struct bio_set *split = &op->c->bio_split; in CLOSURE_CALLBACK()
/linux/fs/f2fs/
H A Ddata.c35 static struct bio_set f2fs_bioset;

12