Searched refs:bio_set (Results 1 – 19 of 19) sorted by relevance
/linux-4.4.14/include/linux/ |
D | bio.h | 409 gfp_t gfp, struct bio_set *bs); 422 gfp_t gfp, struct bio_set *bs) in bio_next_split() 430 extern struct bio_set *bioset_create(unsigned int, unsigned int); 431 extern struct bio_set *bioset_create_nobvec(unsigned int, unsigned int); 432 extern void bioset_free(struct bio_set *); 435 extern struct bio *bio_alloc_bioset(gfp_t, int, struct bio_set *); 439 extern struct bio *bio_clone_fast(struct bio *, gfp_t, struct bio_set *); 440 extern struct bio *bio_clone_bioset(struct bio *, gfp_t, struct bio_set *bs); 442 extern struct bio_set *fs_bio_set; 715 struct bio_set { struct [all …]
|
D | blk_types.h | 10 struct bio_set; 100 struct bio_set *bi_pool;
|
D | blkdev.h | 464 struct bio_set *bio_split; 779 struct bio_set *bs, gfp_t gfp_mask, 787 struct bio_set *);
|
/linux-4.4.14/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() 342 struct bio_set *bs = container_of(work, struct bio_set, rescue_work); in bio_alloc_rescue() 357 static void punt_bios_to_rescuer(struct bio_set *bs) in punt_bios_to_rescuer() 423 struct bio *bio_alloc_bioset(gfp_t gfp_mask, int nr_iovecs, struct bio_set *bs) in bio_alloc_bioset() 598 struct bio *bio_clone_fast(struct bio *bio, gfp_t gfp_mask, struct bio_set *bs) in bio_clone_fast() 633 struct bio_set *bs) in bio_clone_bioset() 1786 gfp_t gfp, struct bio_set *bs) in bio_split() 1851 void bioset_free(struct bio_set *bs) in bioset_free() [all …]
|
D | bio-integrity.c | 55 struct bio_set *bs = bio->bi_pool; in bio_integrity_alloc() 106 struct bio_set *bs = bio->bi_pool; in bio_integrity_free() 482 int bioset_integrity_create(struct bio_set *bs, int pool_size) in bioset_integrity_create() 501 void bioset_integrity_free(struct bio_set *bs) in bioset_integrity_free()
|
D | blk-merge.c | 14 struct bio_set *bs, in blk_bio_discard_split() 57 struct bio_set *bs, in blk_bio_write_same_split() 85 struct bio_set *bs, in blk_bio_segment_split() 168 struct bio_set *bs) in blk_queue_split()
|
D | blk-core.c | 3084 struct bio_set *bs, gfp_t gfp_mask, in blk_rq_prep_clone()
|
/linux-4.4.14/drivers/target/ |
D | target_core_iblock.h | 20 struct bio_set *ibd_bio_set;
|
D | target_core_iblock.c | 140 struct bio_set *bs = ib_dev->ibd_bio_set; in iblock_configure_device()
|
/linux-4.4.14/drivers/md/bcache/ |
D | bcache.h | 271 struct bio_set *bio_split; 498 struct bio_set *bio_split;
|
D | request.c | 216 struct bio_set *split = op->c->bio_split; in bch_data_insert_start()
|
/linux-4.4.14/drivers/md/ |
D | md.h | 455 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() 464 struct bio_set *bs = NULL; in mddev_put() 473 bs = mddev->bio_set; in mddev_put() 474 mddev->bio_set = NULL; in mddev_put() 2013 if (bioset_integrity_create(mddev->bio_set, BIO_POOL_SIZE)) { in md_integrity_register() 5184 if (mddev->bio_set == NULL) in md_run() 5185 mddev->bio_set = bioset_create(BIO_POOL_SIZE, 0); in md_run() [all …]
|
D | dm.c | 192 struct bio_set *bs; 254 struct bio_set *bs;
|
D | dm-crypt.c | 131 struct bio_set *bs;
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_int.h | 1423 extern struct bio_set *drbd_md_io_bio_set;
|
D | drbd_main.c | 128 struct bio_set *drbd_md_io_bio_set;
|
/linux-4.4.14/fs/btrfs/ |
D | extent_io.c | 26 static struct bio_set *btrfs_bioset;
|