Home
last modified time | relevance | path

Searched refs:drv_file (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/scripts/simplebench/
H A Dbench-example.py23 from bench_block_job import bench_block_copy, drv_file, drv_nbd
45 'source': drv_file(ssd_source),
46 'target': drv_file(ssd_target)
50 'source': drv_file(ssd_source),
51 'target': drv_file(hdd_target)
55 'source': drv_file(ssd_source),
H A Dbench-backup.py26 from bench_block_job import bench_block_copy, drv_file, drv_nbd, drv_qcow2
62 source = drv_qcow2(drv_file(dirs[src] + '/test-source.qcow2'))
64 source = drv_file(dirs[src] + '/test-source')
80 target = drv_file(fname, o_direct=o_direct)
H A Dbench_block_job.py127 def drv_file(filename, o_direct=True): function
/openbmc/qemu/tests/qemu-iotests/
H A D142230 drv_file="if=none,driver=file,filename=$TEST_IMG,node-name=file"
238 …echo "$hmp_cmds" | run_qemu -drive "$drv_bkfile" -drive "$drv_bk" -drive "$drv_file" -drive "$drv_…
240 …echo "$hmp_cmds" | run_qemu -drive "$drv_bkfile" -drive "$drv_bk" -drive "$drv_file",cache.direct=…
242 …run_qemu -drive "$drv_bkfile" -drive "$drv_bk",cache.direct=on -drive "$drv_file" -drive "$drv_img…
244 …run_qemu -drive "$drv_bkfile",cache.direct=on -drive "$drv_bk" -drive "$drv_file" -drive "$drv_img…
249 …echo "$hmp_cmds" | run_qemu -drive "$drv_bkfile" -drive "$drv_bk" -drive "$drv_file" -drive "$drv_…
251 …echo "$hmp_cmds" | run_qemu -drive "$drv_bkfile" -drive "$drv_bk" -drive "$drv_file",cache.writeba…
260 …echo "$hmp_cmds" | run_qemu -drive "$drv_bkfile" -drive "$drv_bk" -drive "$drv_file" -drive "$drv_…
262 …echo "$hmp_cmds" | run_qemu -drive "$drv_bkfile" -drive "$drv_bk" -drive "$drv_file",cache.no-flus…
264 …n_qemu -drive "$drv_bkfile" -drive "$drv_bk",cache.no-flush=on -drive "$drv_file" -drive "$drv_img…
[all …]
/openbmc/linux/drivers/scsi/
H A Dst.c868 STps->drv_file++; in flush_buffer()
876 STps->drv_file++; in flush_buffer()
949 STps->drv_file = -1; in reset_state()
1085 STps->drv_file = 0; in check_tape()
1406 STps->drv_file++; in st_flush()
1431 STps->drv_file++; in st_flush()
1441 STps->drv_file++; in st_flush()
2216 STps->drv_file++; in st_read()
2221 STps->drv_file++; in st_read()
3049 STps->drv_file++; in st_int_ioctl()
[all …]
H A Dst.h92 int drv_file; member