/linux/include/linux/ |
H A D | bio.h | 323 gfp_t gfp, struct bio_set *bs); 338 gfp_t gfp, struct bio_set *bs) in bio_next_split() 351 extern int bioset_init(struct bio_set *, unsigned int, unsigned int, int flags); 352 extern void bioset_exit(struct bio_set *); 357 struct bio_set *bs); 362 gfp_t gfp, struct bio_set *bs); 366 extern struct bio_set fs_bio_set; 617 struct bio_set { struct 649 static inline bool bioset_initialized(struct bio_set *bs) in bioset_initialized() argument
|
H A D | blk_types.h | 15 struct bio_set; 270 struct bio_set *bi_pool;
|
H A D | iomap.h | 414 struct bio_set *bio_set; member
|
H A D | blk-mq.h | 1005 struct bio_set *bs, gfp_t gfp_mask,
|
H A D | blkdev.h | 163 struct bio_set bio_split;
|
/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() 375 struct bio_set *bs = container_of(work, struct bio_set, rescue_work); in bio_alloc_rescue() 390 static void punt_bios_to_rescuer(struct bio_set *bs) in punt_bios_to_rescuer() 445 struct bio_set *bs) in bio_alloc_percpu_cache() 505 struct bio_set *bs) in bio_alloc_bioset() 742 struct bio_set *bs; in bio_cpu_dead() [all …]
|
H A D | bounce.c | 31 static struct bio_set bounce_bio_set, bounce_bio_split;
|
/linux/fs/bcachefs/ |
H A D | bcachefs.h | 804 struct bio_set btree_bio; 958 struct bio_set bio_read; 959 struct bio_set bio_read_split; 960 struct bio_set bio_write; 961 struct bio_set replica_set; 1018 struct bio_set ec_bioset; 1031 struct bio_set writepage_bioset; 1032 struct bio_set dio_write_bioset; 1033 struct bio_set dio_read_bioset; 1034 struct bio_set nocow_flush_bioset;
|
/linux/drivers/md/ |
H A D | dm-core.h | 45 struct bio_set bs; 46 struct bio_set io_bs; 327 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 | md-linear.c | 261 GFP_NOIO, &mddev->bio_set); in linear_make_request()
|
H A D | raid0.c | 467 &mddev->bio_set); in raid0_handle_discard() 615 &mddev->bio_set); in raid0_make_request()
|
H A D | dm-writecache.c | 204 struct bio_set bio_set; member 1845 GFP_NOIO, &wc->bio_set); in __writecache_writeback_pmem() 2196 bioset_exit(&wc->bio_set); in writecache_dtr() 2328 r = bioset_init(&wc->bio_set, BIO_POOL_SIZE, in writecache_ctr()
|
H A D | raid1.c | 1227 &r1_bio->mddev->bio_set); in alloc_behind_master_bio() 1400 &mddev->bio_set); in raid1_read_request() 1639 GFP_NOIO, &mddev->bio_set); in raid1_write_request() 1646 &mddev->bio_set); in raid1_write_request() 2531 GFP_NOIO, &mddev->bio_set); in narrow_write_error() 2534 GFP_NOIO, &mddev->bio_set); in narrow_write_error()
|
H A D | dm-io.c | 27 struct bio_set bios;
|
H A D | raid10.c | 1223 read_bio = bio_alloc_clone(rdev->bdev, bio, gfp, &mddev->bio_set); in raid10_read_request() 1263 mbio = bio_alloc_clone(rdev->bdev, bio, GFP_NOIO, &mddev->bio_set); in raid10_write_one_disk() 1823 &mddev->bio_set); in raid10_handle_discard() 1837 &mddev->bio_set); in raid10_handle_discard() 2829 &mddev->bio_set); in narrow_write_error() 4805 GFP_KERNEL, &mddev->bio_set); in reshape_request()
|
/linux/drivers/target/ |
H A D | target_core_iblock.h | 33 struct bio_set ibd_bio_set;
|
H A D | target_core_iblock.c | 171 struct bio_set *bs = &ib_dev->ibd_bio_set; in iblock_configure_device()
|
/linux/fs/btrfs/ |
H A D | bio.c | 18 static struct bio_set btrfs_bioset; 19 static struct bio_set btrfs_clone_bioset; 20 static struct bio_set btrfs_repair_bioset;
|
H A D | direct-io.c | 31 static struct bio_set btrfs_dio_bioset; 757 .bio_set = &btrfs_dio_bioset,
|
H A D | compression.c | 38 static struct bio_set btrfs_compressed_bioset;
|
/linux/drivers/md/bcache/ |
H A D | bcache.h | 274 struct bio_set bio_split; 545 struct bio_set bio_split;
|
/linux/fs/iomap/ |
H A D | direct-io.c | 65 if (dio->dops && dio->dops->bio_set) in iomap_dio_alloc_bio() 67 GFP_KERNEL, dio->dops->bio_set); in iomap_dio_alloc_bio()
|
/linux/drivers/block/drbd/ |
H A D | drbd_int.h | 1360 extern struct bio_set drbd_md_io_bio_set; 1363 extern struct bio_set drbd_io_bio_set;
|