Searched refs:fs_bio_set (Results  1 – 7 of 7) sorted by relevance
| /Linux-v6.6/block/ | 
| D | bio.c | 71 struct bio_set fs_bio_set;  variable 72 EXPORT_SYMBOL(fs_bio_set); 1798 	if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0,  in init_bio() 1802 	if (bioset_integrity_create(&fs_bio_set, BIO_POOL_SIZE))  in init_bio()
  | 
| D | blk-map.c | 253 					&fs_bio_set);  in blk_rq_map_bio_alloc()
  | 
| D | blk-mq.c | 3134 		bs = &fs_bio_set;  in blk_rq_prep_clone()
  | 
| /Linux-v6.6/include/linux/ | 
| D | bio.h | 427 extern struct bio_set fs_bio_set; 432 	return bio_alloc_bioset(bdev, nr_vecs, opf, gfp_mask, &fs_bio_set);  in bio_alloc()
  | 
| /Linux-v6.6/fs/squashfs/ | 
| D | block.c | 116 							  GFP_NOIO, &fs_bio_set);  in squashfs_bio_read_cached()
  | 
| /Linux-v6.6/fs/btrfs/ | 
| D | bio.c | 485 		bio = bio_alloc_clone(NULL, orig_bio, GFP_NOFS, &fs_bio_set);  in btrfs_submit_mirrored_bio()
  | 
| /Linux-v6.6/fs/xfs/ | 
| D | xfs_log.c | 1953 				  GFP_NOIO, &fs_bio_set);  in xlog_write_iclog()
  |