| /linux/block/ |
| H A D | bio.c | 70 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 D | fops.c | 130 static struct bio_set blkdev_dio_pool;
|
| H A D | blk-mq.c | 3357 struct bio_set *bs, gfp_t gfp_mask, in blk_rq_prep_clone()
|
| /linux/drivers/md/ |
| H A D | dm-core.h | 45 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 D | dm-zoned-target.c | 58 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 D | dm-io-rewind.c | 143 void dm_io_rewind(struct dm_io *io, struct bio_set *bs) in dm_io_rewind()
|
| H A D | dm-writecache.c | 203 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 D | raid5-ppl.c | 101 struct bio_set bs; 102 struct bio_set flush_bs;
|
| H A D | md.c | 605 &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 D | dm-cache-target.c | 408 struct bio_set bs;
|
| H A D | dm-integrity.c | 293 struct bio_set recheck_bios; 294 struct bio_set recalc_bios;
|
| H A D | dm-crypt.c | 231 struct bio_set bs;
|
| /linux/fs/xfs/ |
| H A D | xfs_zone_gc.c | 141 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 D | target_core_iblock.h | 33 struct bio_set ibd_bio_set;
|
| /linux/include/linux/ |
| H A D | iomap.h | 534 struct bio_set *bio_set; member 585 extern struct bio_set iomap_ioend_bioset;
|
| H A D | blk_types.h | 15 struct bio_set; 280 struct bio_set *bi_pool;
|
| H A D | blk-mq.h | 1053 struct bio_set *bs, gfp_t gfp_mask,
|
| /linux/fs/iomap/ |
| H A D | direct-io.c | 54 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 D | ioend.c | 12 struct bio_set iomap_ioend_bioset;
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | operations.rst | 600 struct bio_set *bio_set; 623 - ``bio_set``: This allows the filesystem to provide a custom bio_set
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_int.h | 1346 extern struct bio_set drbd_md_io_bio_set; 1349 extern struct bio_set drbd_io_bio_set;
|
| H A D | drbd_main.c | 118 struct bio_set drbd_md_io_bio_set; 119 struct bio_set drbd_io_bio_set;
|
| /linux/fs/btrfs/ |
| H A D | compression.c | 38 static struct bio_set btrfs_compressed_bioset;
|
| /linux/drivers/md/bcache/ |
| H A D | request.c | 207 struct bio_set *split = &op->c->bio_split; in CLOSURE_CALLBACK()
|
| /linux/fs/f2fs/ |
| H A D | data.c | 35 static struct bio_set f2fs_bioset;
|