Home
last modified time | relevance | path

Searched refs:bioset_exit (Results 1 – 24 of 24) sorted by relevance

/Linux-v6.6/fs/btrfs/
Dbio.c858 bioset_exit(&btrfs_repair_bioset); in btrfs_bioset_init()
860 bioset_exit(&btrfs_clone_bioset); in btrfs_bioset_init()
862 bioset_exit(&btrfs_bioset); in btrfs_bioset_init()
869 bioset_exit(&btrfs_repair_bioset); in btrfs_bioset_exit()
870 bioset_exit(&btrfs_clone_bioset); in btrfs_bioset_exit()
871 bioset_exit(&btrfs_bioset); in btrfs_bioset_exit()
Dcompression.c976 bioset_exit(&btrfs_compressed_bioset); in btrfs_exit_compress()
Dinode.c8601 bioset_exit(&btrfs_dio_bioset); in btrfs_destroy_cachep()
/Linux-v6.6/block/
Dbio.c1695 void bioset_exit(struct bio_set *bs) in bioset_exit() function
1710 EXPORT_SYMBOL(bioset_exit);
1774 bioset_exit(bs); in bioset_init()
Dblk-crypto-fallback.c612 bioset_exit(&crypto_bio_split); in blk_crypto_fallback_init()
Dgenhd.c1171 bioset_exit(&disk->bio_split); in disk_release()
1378 bioset_exit(&disk->bio_split); in __alloc_disk_node()
/Linux-v6.6/drivers/md/
Ddm-zoned-target.c946 bioset_exit(&dmz->bio_set); in dmz_ctr()
978 bioset_exit(&dmz->bio_set); in dmz_dtr()
Ddm-io.c79 bioset_exit(&client->bios); in dm_io_client_destroy()
Draid5-ppl.c1237 bioset_exit(&ppl_conf->bs); in __ppl_exit_log()
1238 bioset_exit(&ppl_conf->flush_bs); in __ppl_exit_log()
Ddm.c3119 bioset_exit(&pools->bs); in dm_free_md_mempools()
3120 bioset_exit(&pools->io_bs); in dm_free_md_mempools()
Draid5-cache.c3156 bioset_exit(&log->bs); in r5l_init_log()
3181 bioset_exit(&log->bs); in r5l_exit_log()
Dmd.c6072 bioset_exit(&mddev->io_clone_set); in md_run()
6074 bioset_exit(&mddev->sync_set); in md_run()
6076 bioset_exit(&mddev->bio_set); in md_run()
6295 bioset_exit(&mddev->bio_set); in __md_stop()
6296 bioset_exit(&mddev->sync_set); in __md_stop()
6297 bioset_exit(&mddev->io_clone_set); in __md_stop()
Draid1.c3101 bioset_exit(&conf->bio_split); in setup_conf()
3209 bioset_exit(&conf->bio_split); in raid1_free()
Ddm-cache-target.c1953 bioset_exit(&cache->bs); in destroy()
Ddm-writecache.c2196 bioset_exit(&wc->bio_set); in writecache_dtr()
Ddm-crypt.c2740 bioset_exit(&cc->bs); in crypt_dtr()
Draid10.c4046 bioset_exit(&conf->bio_split); in raid10_free_conf()
Draid5.c7419 bioset_exit(&conf->bio_split); in free_conf()
/Linux-v6.6/drivers/target/
Dtarget_core_iblock.c182 bioset_exit(&ib_dev->ibd_bio_set); in iblock_configure_device()
207 bioset_exit(&ib_dev->ibd_bio_set); in iblock_destroy_device()
/Linux-v6.6/include/linux/
Dbio.h413 extern void bioset_exit(struct bio_set *);
/Linux-v6.6/drivers/md/bcache/
Dsuper.c889 bioset_exit(&d->bio_split); in bcache_device_free()
980 bioset_exit(&d->bio_split); in bcache_device_init()
1695 bioset_exit(&c->bio_split); in cache_set_free()
/Linux-v6.6/drivers/block/
Dpktcdvd.c2900 bioset_exit(&pkt_bio_set); in pkt_init()
2914 bioset_exit(&pkt_bio_set); in pkt_exit()
/Linux-v6.6/drivers/block/drbd/
Ddrbd_main.c2083 bioset_exit(&drbd_io_bio_set); in drbd_destroy_mempools()
2084 bioset_exit(&drbd_md_io_bio_set); in drbd_destroy_mempools()
/Linux-v6.6/fs/f2fs/
Ddata.c48 bioset_exit(&f2fs_bioset); in f2fs_destroy_bioset()