Searched refs:bio_set (Results 1 – 18 of 18) sorted by relevance
/linux-4.1.27/include/linux/ |
D | bio.h | 359 gfp_t gfp, struct bio_set *bs); 372 gfp_t gfp, struct bio_set *bs) in bio_next_split() 380 extern struct bio_set *bioset_create(unsigned int, unsigned int); 381 extern struct bio_set *bioset_create_nobvec(unsigned int, unsigned int); 382 extern void bioset_free(struct bio_set *); 385 extern struct bio *bio_alloc_bioset(gfp_t, int, struct bio_set *); 389 extern struct bio *bio_clone_fast(struct bio *, gfp_t, struct bio_set *); 390 extern struct bio *bio_clone_bioset(struct bio *, gfp_t, struct bio_set *bs); 392 extern struct bio_set *fs_bio_set; 657 struct bio_set { struct [all …]
|
D | blk_types.h | 10 struct bio_set; 99 struct bio_set *bi_pool;
|
D | blkdev.h | 808 struct bio_set *bs, gfp_t gfp_mask,
|
/linux-4.1.27/block/ |
D | bio.c | 55 struct bio_set *fs_bio_set; 127 static void bio_put_slab(struct bio_set *bs) in bio_put_slab() 247 struct bio_set *bs = bio->bi_pool; in bio_free() 329 struct bio_set *bs = container_of(work, struct bio_set, rescue_work); in bio_alloc_rescue() 344 static void punt_bios_to_rescuer(struct bio_set *bs) in punt_bios_to_rescuer() 410 struct bio *bio_alloc_bioset(gfp_t gfp_mask, int nr_iovecs, struct bio_set *bs) in bio_alloc_bioset() 581 struct bio *bio_clone_fast(struct bio *bio, gfp_t gfp_mask, struct bio_set *bs) in bio_clone_fast() 616 struct bio_set *bs) in bio_clone_bioset() 1825 gfp_t gfp, struct bio_set *bs) in bio_split() 1890 void bioset_free(struct bio_set *bs) in bioset_free() [all …]
|
D | bio-integrity.c | 50 struct bio_set *bs = bio->bi_pool; in bio_integrity_alloc() 101 struct bio_set *bs = bio->bi_pool; in bio_integrity_free() 473 int bioset_integrity_create(struct bio_set *bs, int pool_size) in bioset_integrity_create() 492 void bioset_integrity_free(struct bio_set *bs) in bioset_integrity_free()
|
D | blk-core.c | 2962 struct bio_set *bs, gfp_t gfp_mask, in blk_rq_prep_clone()
|
/linux-4.1.27/drivers/target/ |
D | target_core_iblock.h | 20 struct bio_set *ibd_bio_set;
|
D | target_core_iblock.c | 162 struct bio_set *bs = ib_dev->ibd_bio_set; in iblock_configure_device()
|
/linux-4.1.27/drivers/md/bcache/ |
D | bcache.h | 247 struct bio_set *bio_split; 284 struct bio_set *bio_split; 515 struct bio_set *bio_split;
|
D | request.c | 213 struct bio_set *split = op->c->bio_split; in bch_data_insert_start()
|
/linux-4.1.27/drivers/md/ |
D | md.h | 449 struct bio_set *bio_set; member
|
D | dm-io.c | 26 struct bio_set *bios;
|
D | md.c | 169 if (!mddev || !mddev->bio_set) in bio_alloc_mddev() 172 b = bio_alloc_bioset(gfp_mask, nr_iovecs, mddev->bio_set); in bio_alloc_mddev() 182 if (!mddev || !mddev->bio_set) in bio_clone_mddev() 185 return bio_clone_bioset(bio, gfp_mask, mddev->bio_set); in bio_clone_mddev() 480 struct bio_set *bs = NULL; in mddev_put() 489 bs = mddev->bio_set; in mddev_put() 490 mddev->bio_set = NULL; in mddev_put() 1992 if (bioset_integrity_create(mddev->bio_set, BIO_POOL_SIZE)) { in md_integrity_register() 5069 if (mddev->bio_set == NULL) in md_run() 5070 mddev->bio_set = bioset_create(BIO_POOL_SIZE, 0); in md_run() [all …]
|
D | dm.c | 189 struct bio_set *bs; 251 struct bio_set *bs;
|
D | dm-crypt.c | 130 struct bio_set *bs;
|
/linux-4.1.27/drivers/block/drbd/ |
D | drbd_int.h | 1422 extern struct bio_set *drbd_md_io_bio_set;
|
D | drbd_main.c | 128 struct bio_set *drbd_md_io_bio_set;
|
/linux-4.1.27/fs/btrfs/ |
D | extent_io.c | 26 static struct bio_set *btrfs_bioset;
|