Searched refs:fs_bio_set (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/include/linux/ |
H A D | bio.h | 392 extern struct bio_set *fs_bio_set; 396 return bio_alloc_bioset(gfp_mask, nr_iovecs, fs_bio_set); bio_alloc() 401 return bio_clone_bioset(bio, gfp_mask, fs_bio_set); bio_clone()
|
/linux-4.1.27/drivers/md/ |
H A D | linear.c | 288 GFP_NOIO, fs_bio_set); linear_make_request()
|
H A D | raid0.c | 534 split = bio_split(bio, sectors, GFP_NOIO, fs_bio_set); raid0_make_request()
|
H A D | raid10.c | 1565 GFP_NOIO, fs_bio_set); make_request()
|
/linux-4.1.27/block/ |
H A D | bounce.c | 216 bio = bio_clone_bioset(*bio_orig, GFP_NOIO, fs_bio_set); __blk_queue_bounce()
|
H A D | bio.c | 52 * fs_bio_set is the bio_set containing bio and iovec memory pools used by 55 struct bio_set *fs_bio_set; variable in typeref:struct:bio_set 56 EXPORT_SYMBOL(fs_bio_set); variable 2073 fs_bio_set = bioset_create(BIO_POOL_SIZE, 0); init_bio() 2074 if (!fs_bio_set) init_bio() 2077 if (bioset_integrity_create(fs_bio_set, BIO_POOL_SIZE)) init_bio()
|
H A D | blk-core.c | 2969 bs = fs_bio_set; blk_rq_prep_clone()
|
/linux-4.1.27/drivers/block/ |
H A D | pktcdvd.c | 2490 GFP_NOIO, fs_bio_set); pkt_make_request()
|
Completed in 283 milliseconds