Home
last modified time | relevance | path

Searched refs:fs_bio_set (Results 1 – 6 of 6) sorted by relevance

/linux/block/
H A Dbio.c70 struct bio_set fs_bio_set; variable
71 EXPORT_SYMBOL(fs_bio_set);
1903 if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0, in init_bio()
1907 if (bioset_integrity_create(&fs_bio_set, BIO_POOL_SIZE)) in init_bio()
H A Dblk-map.c260 &fs_bio_set); in blk_rq_map_bio_alloc()
H A Dblk-mq.c3162 bs = &fs_bio_set; in blk_rq_prep_clone()
/linux/include/linux/
H A Dbio.h369 extern struct bio_set fs_bio_set;
374 return bio_alloc_bioset(bdev, nr_vecs, opf, gfp_mask, &fs_bio_set); in bio_alloc()
/linux/fs/squashfs/
H A Dblock.c116 GFP_NOIO, &fs_bio_set); in squashfs_bio_read_cached()
/linux/fs/btrfs/
H A Dbio.c481 bio = bio_alloc_clone(NULL, orig_bio, GFP_NOFS, &fs_bio_set); in btrfs_submit_mirrored_bio()