Searched refs:fs_bio_set (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/linux/
H A Dbio.h432 extern struct bio_set fs_bio_set;
437 return bio_alloc_bioset(bdev, nr_vecs, opf, gfp_mask, &fs_bio_set);
/linux-master/fs/squashfs/
H A Dblock.c116 GFP_NOIO, &fs_bio_set);
/linux-master/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 in typeref:struct:bio_set
71 EXPORT_SYMBOL(fs_bio_set); variable
1798 if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0,
1802 if (bioset_integrity_create(&fs_bio_set, BIO_POOL_SIZE))
H A Dblk-map.c260 &fs_bio_set);
H A Dblk-mq.c3140 bs = &fs_bio_set;
/linux-master/fs/btrfs/
H A Dbio.c493 bio = bio_alloc_clone(NULL, orig_bio, GFP_NOFS, &fs_bio_set);
/linux-master/fs/xfs/
H A Dxfs_log.c1950 GFP_NOIO, &fs_bio_set);

Completed in 193 milliseconds