Home
last modified time | relevance | path

Searched refs:fio (Results 1 – 25 of 47) sorted by relevance

12

/linux/drivers/md/
H A Ddm-verity-fec.c41 struct dm_verity_fec_io *fio, in fec_buffer_rs_message() argument
44 return &fio->bufs[i][j * v->fec->rs_k]; in fec_buffer_rs_message()
52 struct dm_verity_fec_io *fio, u64 target_block, in fec_decode_bufs() argument
89 fec_for_each_buffer_rs_message(fio, n, i) { in fec_decode_bufs()
90 msg_buf = fec_buffer_rs_message(v, fio, n, i); in fec_decode_bufs()
118 res = decode_rs8(fio->rs, msg_buf, par_buf, v->fec->rs_k, in fec_decode_bufs()
119 NULL, neras, fio->erasures, 0, NULL); in fec_decode_bufs()
125 fio->output[out_pos++] = msg_buf[target_region]; in fec_decode_bufs()
181 struct dm_verity_fec_io *fio = io->fec_io; in fec_read_bufs() local
224 fio->erasures[(*neras)++] = i; in fec_read_bufs()
[all …]
/linux/tools/testing/selftests/ublk/
H A Dtest_integrity_02.sh6 if ! _have_program fio; then
10 min_fio_version=fio-3.42
11 fio_version=$(fio --version)
42 fio --name fill --rw randwrite $fio_args > /dev/null
49 fio --name verify --rw randread $fio_args > /dev/null
69 if fio --name corrupted_reftag --rw randread $fio_args > /dev/null 2> "$fio_err"; then
101 if fio --name corrupted_data --rw randread $fio_args > /dev/null 2> "$fio_err"; then
117 if fio --name bad_apptag --rw randread $fio_args --apptag 0x4321 > /dev/null 2> "$fio_err"; then
H A Dtest_integrity_03.sh6 if ! _have_program fio; then
11 fio --name fill --rw randwrite $fio_args > /dev/null
18 fio --name verify --rw randread $fio_args > /dev/null
37 if fio --name corrupted_reftag --rw randread $fio_args > /dev/null 2> "$fio_err"; then
68 if fio --name corrupted_data --rw randread $fio_args > /dev/null 2> "$fio_err"; then
H A Dtest_batch_04.sh13 if ! _have_program fio || ! _have_program timeout; then
31 timeout -k 2 5 fio --name=job1 --filename=/dev/ublkb"${dev_id}" \
39 pkill -9 fio 2>/dev/null || true
H A Dtest_null_03.sh8 if ! _have_program fio; then
18 fio --name=job1 --filename=/dev/ublkb"${dev_id}" --ioengine=libaio --rw=readwrite --iodepth=32 --si…
H A Dtest_null_02.sh8 if ! _have_program fio; then
18 fio --name=job1 --filename=/dev/ublkb"${dev_id}" --ioengine=libaio --rw=readwrite --iodepth=32 --si…
H A Dtest_null_01.sh8 if ! _have_program fio; then
18 fio --name=job1 --filename=/dev/ublkb"${dev_id}" --ioengine=libaio --rw=readwrite --iodepth=32 --si…
H A Dtest_generic_09.sh12 if ! _have_program fio; then
22 fio --name=job1 --filename=/dev/ublkb"${dev_id}" --ioengine=libaio --rw=readwrite --iodepth=32 --si…
H A Dtest_batch_03.sh12 if ! _have_program fio; then
24 fio --name=job1 --filename=/dev/ublkb"${dev_id}" --ioengine=libaio --rw=readwrite \
H A Dtest_batch_02.sh12 if ! _have_program fio; then
24 fio --name=job1 --filename=/dev/ublkb"${dev_id}" --ioengine=libaio --rw=readwrite \
H A Dtest_generic_02.sh12 if ! _have_program fio; then
37 taskset -c 0 fio --name=write_seq \
H A Dtest_generic_12.sh12 if ! _have_program fio; then
34 fio --name=write_seq \
H A Dtest_shmemzc_04.sh15 if ! _have_program fio; then
50 fio --name=htlb_zc_rdonly \
H A Dtest_shmemzc_01.sh15 if ! _have_program fio; then
50 fio --name=htlb_zc \
H A Dtest_common.sh47 fio --name=verify --rw=randwrite --direct=1 --ioengine=libaio \
326 fio --name=job1 --filename=/dev/ublkb"${dev_id}" --ioengine=libaio \
329 fio --name=batchjob --filename=/dev/ublkb"${dev_id}" --ioengine=io_uring \
393 fio --name=job1 --filename=/dev/ublkb"${dev_id}" --ioengine=libaio \
H A Dtest_stress_05.sh7 if ! _have_program fio; then
23 fio --name=job1 --filename=/dev/ublkb"${dev_id}" --ioengine=libaio \
H A Dtest_loop_03.sh8 if ! _have_program fio; then
H A Dtest_loop_06.sh8 if ! _have_program fio; then
H A Dtest_loop_05.sh8 if ! _have_program fio; then
H A Dtest_loop_01.sh8 if ! _have_program fio; then
H A Dtest_loop_08.sh8 if ! _have_program fio; then
H A Dtest_stripe_05.sh8 if ! _have_program fio; then
H A Dtest_stripe_01.sh8 if ! _have_program fio; then
H A Dtest_stripe_03.sh8 if ! _have_program fio; then
/linux/Documentation/translations/zh_CN/core-api/
H A Dworkqueue.rst395 $ fio --filename=/dev/dm-0 --direct=1 --rw=randrw --bs=32k --ioengine=libaio \
400 使得 ``fio`` 每次生成和读回内容受发起者和 ``kcryptd``
434 $ fio --filename=/dev/dm-0 --direct=1 --rw=randrw --bs=32k \
475 $ fio --filename=/dev/dm-0 --direct=1 --rw=randrw --bs=32k \

12