Searched refs:fs_bio_set (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/block/ |
D | bio.c | 66 struct bio_set fs_bio_set; variable 67 EXPORT_SYMBOL(fs_bio_set); 1749 if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0, in init_bio() 1753 if (bioset_integrity_create(&fs_bio_set, BIO_POOL_SIZE)) in init_bio()
|
D | blk-map.c | 253 &fs_bio_set); in blk_rq_map_bio_alloc()
|
D | blk-mq.c | 3078 bs = &fs_bio_set; in blk_rq_prep_clone()
|
/linux-6.1.9/include/linux/ |
D | bio.h | 418 extern struct bio_set fs_bio_set; 423 return bio_alloc_bioset(bdev, nr_vecs, opf, gfp_mask, &fs_bio_set); in bio_alloc()
|
/linux-6.1.9/fs/xfs/ |
D | xfs_log.c | 1960 GFP_NOIO, &fs_bio_set); in xlog_write_iclog()
|
/linux-6.1.9/fs/btrfs/ |
D | volumes.c | 6866 bio = bio_alloc_clone(NULL, orig_bio, GFP_NOFS, &fs_bio_set); in btrfs_submit_mirrored_bio()
|