Searched refs:bioset_init (Results 26 - 34 of 34) sorted by relevance

12

/linux-master/drivers/md/
H A Ddm-writecache.c2328 r = bioset_init(&wc->bio_set, BIO_POOL_SIZE,
H A Dmd.c6060 err = bioset_init(&mddev->bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
6065 err = bioset_init(&mddev->sync_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
6071 err = bioset_init(&mddev->io_clone_set, BIO_POOL_SIZE,
H A Ddm-crypt.c3329 ret = bioset_init(&cc->bs, MIN_IOS, 0, BIOSET_NEED_BVECS);
H A Draid1.c3115 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0);
H A Draid10.c3927 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0);
H A Draid5.c7523 ret = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0);
/linux-master/fs/bcachefs/
H A Dec.c2259 return bioset_init(&c->ec_bioset, 1, offsetof(struct ec_bio, bio),
/linux-master/fs/f2fs/
H A Ddata.c42 return bioset_init(&f2fs_bioset, F2FS_BIO_POOL_SIZE,
/linux-master/fs/btrfs/
H A Dinode.c8748 if (bioset_init(&btrfs_dio_bioset, BIO_POOL_SIZE,

Completed in 490 milliseconds

12