Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dbio.h396 extern struct bio_set fs_bio_set;
400 return bio_alloc_bioset(gfp_mask, nr_iovecs, &fs_bio_set); in bio_alloc()
/Linux-v5.4/block/
Dbio.c46 struct bio_set fs_bio_set; variable
47 EXPORT_SYMBOL(fs_bio_set);
2166 if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS)) in init_bio()
2169 if (bioset_integrity_create(&fs_bio_set, BIO_POOL_SIZE)) in init_bio()
Dblk-core.c1624 bs = &fs_bio_set; in blk_rq_prep_clone()
/Linux-v5.4/fs/xfs/
Dxfs_log.c1766 GFP_NOIO, &fs_bio_set); in xlog_write_iclog()