Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbio.h367 extern struct bio_set fs_bio_set;
372 return bio_alloc_bioset(bdev, nr_vecs, opf, gfp_mask, &fs_bio_set); in bio_alloc()
/linux/fs/squashfs/
H A Dblock.c124 GFP_NOIO, &fs_bio_set); in squashfs_bio_read_cached()
/linux/block/
H A Dbio.c67 * fs_bio_set is the bio_set containing bio and iovec memory pools used by
70 struct bio_set fs_bio_set; variable
71 EXPORT_SYMBOL(fs_bio_set);
1853 if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0, in init_bio()
H A Dblk-map.c260 &fs_bio_set); in blk_rq_map_bio_alloc()
H A Dblk-mq.c3343 bs = &fs_bio_set; in blk_rq_prep_clone()
/linux/fs/btrfs/
H A Dbio.c467 bio = bio_alloc_clone(NULL, orig_bio, GFP_NOFS, &fs_bio_set); in btrfs_submit_mirrored_bio()
/linux/fs/xfs/
H A Dxfs_buf.c1361 &fs_bio_set); in xfs_buf_submit_bio()
H A Dxfs_log.c1690 GFP_NOIO, &fs_bio_set); in xlog_write_iclog()