| /linux-6.15/include/linux/ |
| H A D | bio.h | 324 gfp_t gfp, struct bio_set *bs); 339 gfp_t gfp, struct bio_set *bs) in bio_next_split() 352 extern int bioset_init(struct bio_set *, unsigned int, unsigned int, int flags); 353 extern void bioset_exit(struct bio_set *); 358 struct bio_set *bs); 363 gfp_t gfp, struct bio_set *bs); 367 extern struct bio_set fs_bio_set; 618 struct bio_set { struct 646 static inline bool bioset_initialized(struct bio_set *bs) in bioset_initialized() argument
|
| H A D | iomap.h | 485 struct bio_set *bio_set; member 528 extern struct bio_set iomap_ioend_bioset;
|
| H A D | blk_types.h | 15 struct bio_set; 270 struct bio_set *bi_pool;
|
| /linux-6.15/block/ |
| H A D | bio.c | 70 struct bio_set fs_bio_set; 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() 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() 860 gfp_t gfp, struct bio_set *bs) in bio_alloc_clone() 1570 gfp_t gfp, struct bio_set *bs) in bio_split() 1653 void bioset_exit(struct bio_set *bs) in bioset_exit() [all …]
|
| H A D | bounce.c | 31 static struct bio_set bounce_bio_set, bounce_bio_split;
|
| /linux-6.15/fs/bcachefs/ |
| H A D | bcachefs.h | 818 struct bio_set btree_bio; 972 struct bio_set bio_read; 973 struct bio_set bio_read_split; 974 struct bio_set bio_write; 975 struct bio_set replica_set; 1027 struct bio_set ec_bioset; 1040 struct bio_set writepage_bioset; 1041 struct bio_set dio_write_bioset; 1042 struct bio_set dio_read_bioset; 1043 struct bio_set nocow_flush_bioset;
|
| /linux-6.15/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 | md.h | 596 struct bio_set bio_set; member 597 struct bio_set sync_set; /* for sync operations like 600 struct bio_set io_clone_set;
|
| 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 | raid1.h | 124 struct bio_set bio_split;
|
| H A D | raid10.h | 98 struct bio_set bio_split;
|
| 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 | 260 GFP_NOIO, &mddev->bio_set); in linear_make_request()
|
| H A D | raid5.h | 673 struct bio_set bio_split;
|
| 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 | 1229 &r1_bio->mddev->bio_set); in alloc_behind_master_bio() 1400 &mddev->bio_set); in raid1_read_request() 1638 GFP_NOIO, &mddev->bio_set); in raid1_write_request() 1645 &mddev->bio_set); in raid1_write_request() 2534 GFP_NOIO, &mddev->bio_set); in narrow_write_error() 2537 GFP_NOIO, &mddev->bio_set); in narrow_write_error()
|
| H A D | dm-io.c | 27 struct bio_set bios;
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_zone_gc.c | 140 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() 699 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() 964 0, REQ_OP_ZONE_RESET, GFP_NOFS, &data->bio_set); in xfs_zone_gc_reset_zones()
|
| /linux-6.15/drivers/target/ |
| H A D | target_core_iblock.h | 33 struct bio_set ibd_bio_set;
|
| /linux-6.15/fs/iomap/ |
| H A D | ioend.c | 9 struct bio_set iomap_ioend_bioset;
|
| H A D | direct-io.c | 67 if (dio->dops && dio->dops->bio_set) in iomap_dio_alloc_bio() 69 GFP_KERNEL, dio->dops->bio_set); in iomap_dio_alloc_bio()
|
| /linux-6.15/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; 758 .bio_set = &btrfs_dio_bioset,
|
| /linux-6.15/drivers/md/bcache/ |
| H A D | bcache.h | 274 struct bio_set bio_split; 545 struct bio_set bio_split;
|