nr_bios           104 drivers/block/aoe/aoe.h 	unsigned long nr_bios;
nr_bios           860 drivers/block/aoe/aoecmd.c 		req->nr_bios = 0;
nr_bios           862 drivers/block/aoe/aoecmd.c 			req->nr_bios++;
nr_bios          1072 drivers/block/aoe/aoecmd.c 	if (--req->nr_bios == 0)
nr_bios           175 drivers/block/aoe/aoedev.c 		req->nr_bios--;
nr_bios           178 drivers/block/aoe/aoedev.c 	if (!req->nr_bios)
nr_bios          1188 fs/erofs/zdata.c 				       unsigned int nr_bios,
nr_bios          1195 fs/erofs/zdata.c 	if (force_fg || nr_bios)
nr_bios          1216 fs/erofs/zdata.c 	unsigned int nr_bios;
nr_bios          1223 fs/erofs/zdata.c 	nr_bios = 0;
nr_bios          1278 fs/erofs/zdata.c 			++nr_bios;
nr_bios          1300 fs/erofs/zdata.c 	if (postsubmit_is_all_bypassed(q, nr_bios, force_fg))
nr_bios          1303 fs/erofs/zdata.c 	z_erofs_vle_unzip_kickoff(bi_private, nr_bios);
nr_bios          1042 include/linux/blkdev.h 	unsigned int nr_bios = 0;
nr_bios          1046 include/linux/blkdev.h 		nr_bios++;
nr_bios          1048 include/linux/blkdev.h 	return nr_bios;
nr_bios           616 include/trace/events/block.h 		__field( unsigned int,	nr_bios		)
nr_bios           626 include/trace/events/block.h 		__entry->nr_bios	= blk_rq_count_bios(rq);
nr_bios           635 include/trace/events/block.h 		  (unsigned long long)__entry->old_sector, __entry->nr_bios)