Searched refs:fs_bio_set (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/block/ |
H A D | bio.c | 71 struct bio_set fs_bio_set; variable 72 EXPORT_SYMBOL(fs_bio_set); 1801 if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0, in init_bio() 1805 if (bioset_integrity_create(&fs_bio_set, BIO_POOL_SIZE)) in init_bio()
|
H A D | blk-map.c | 260 &fs_bio_set); in blk_rq_map_bio_alloc()
|
H A D | blk-mq.c | 3192 bs = &fs_bio_set; in blk_rq_prep_clone()
|
/openbmc/linux/include/linux/ |
H A D | bio.h | 430 extern struct bio_set fs_bio_set; 435 return bio_alloc_bioset(bdev, nr_vecs, opf, gfp_mask, &fs_bio_set); in bio_alloc()
|
/openbmc/linux/fs/squashfs/ |
H A D | block.c | 116 GFP_NOIO, &fs_bio_set); in squashfs_bio_read_cached()
|
/openbmc/linux/fs/btrfs/ |
H A D | bio.c | 485 bio = bio_alloc_clone(NULL, orig_bio, GFP_NOFS, &fs_bio_set); in btrfs_submit_mirrored_bio()
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_log.c | 1949 GFP_NOIO, &fs_bio_set); in xlog_write_iclog()
|