Searched refs:auto_zc (Results 1 – 11 of 11) sorted by relevance
37 ublk_io_and_remove 8G -t null -q 4 --auto_zc &38 ublk_io_and_remove 256M -t loop -q 4 --auto_zc "${UBLK_BACKFILES[0]}" &39 ublk_io_and_remove 256M -t stripe -q 4 --auto_zc "${UBLK_BACKFILES[1]}" "${UBLK_BACKFILES[2]}" &40 ublk_io_and_remove 8G -t null -q 4 -z --auto_zc --auto_zc_fallback &45 ublk_io_and_remove 8G -t null -q 4 --auto_zc --nthreads 8 --per_io_tasks &46 ublk_io_and_remove 256M -t loop -q 4 --auto_zc --nthreads 8 --per_io_tasks "${UBLK_BACKFILES[0]}" &47 …ublk_io_and_remove 256M -t stripe -q 4 --auto_zc --nthreads 8 --per_io_tasks "${UBLK_BACKFILES[1]}…48 ublk_io_and_remove 8G -t null -q 4 -z --auto_zc --auto_zc_fallback --nthreads 8 --per_io_tasks &
36 ublk_io_and_kill_daemon 8G -t null -q 4 --auto_zc &37 ublk_io_and_kill_daemon 256M -t loop -q 4 --auto_zc "${UBLK_BACKFILES[0]}" &38 …ublk_io_and_kill_daemon 256M -t stripe -q 4 --auto_zc --no_ublk_fixed_fd "${UBLK_BACKFILES[1]}" "$…39 ublk_io_and_kill_daemon 8G -t null -q 4 -z --auto_zc --auto_zc_fallback &44 ublk_io_and_kill_daemon 8G -t null -q 4 --auto_zc --nthreads 8 --per_io_tasks &45 …ublk_io_and_kill_daemon 256M -t loop -q 4 --auto_zc --nthreads 8 --per_io_tasks "${UBLK_BACKFILES[…46 …ublk_io_and_kill_daemon 256M -t stripe -q 4 --auto_zc --nthreads 8 --per_io_tasks "${UBLK_BACKFILE…47 …ublk_io_and_kill_daemon 8G -t null -q 4 -z --auto_zc --auto_zc_fallback --nthreads 8 --per_io_task…
38 ublk_io_and_remove 256M -t loop -q 4 --auto_zc -b "${UBLK_BACKFILES[0]}" &39 ublk_io_and_remove 256M -t stripe -q 4 --auto_zc -b "${UBLK_BACKFILES[1]}" "${UBLK_BACKFILES[2]}" &40 ublk_io_and_remove 8G -t null -q 4 -z --auto_zc --auto_zc_fallback -b &
68 ublk_io_and_remove 8G -t null -q 4 --auto_zc -r 1 -i "$reissue" &69 ublk_io_and_remove 256M -t loop -q 4 --auto_zc -r 1 -i "$reissue" "${UBLK_BACKFILES[1]}" &70 ublk_io_and_remove 8G -t null -q 4 -z --auto_zc --auto_zc_fallback -r 1 -i "$reissue" &
17 dev_id=$(_add_ublk_dev -t loop -q 2 --auto_zc "${UBLK_BACKFILES[0]}")25 dev_id=$(_add_ublk_dev -t stripe --auto_zc "${UBLK_BACKFILES[0]}" "${UBLK_BACKFILES[1]}")
37 ublk_io_and_kill_daemon 256M -t loop -q 4 --auto_zc -b "${UBLK_BACKFILES[0]}" &39 ublk_io_and_kill_daemon 8G -t null -q 4 -z --auto_zc --auto_zc_fallback -b &
69 unsigned auto_zc = ublk_queue_use_auto_zc(q); in loop_queue_tgt_rw_io() 70 enum io_uring_op op = ublk_to_uring_op(iod, zc | auto_zc); in loop_queue_tgt_rw_io() 94 if (!zc || auto_zc) { in loop_queue_tgt_io() 103 if (auto_zc) in loop_queue_tgt_io() 35 unsigned auto_zc = ublk_queue_use_auto_zc(q); loop_queue_tgt_rw_io() local
121 unsigned auto_zc = ublk_queue_use_auto_zc(q); in ublk_null_queue_io() 125 if (auto_zc && !ublk_io_auto_zc_fallback(iod)) in ublk_null_queue_io() 119 unsigned auto_zc = ublk_queue_use_auto_zc(q); ublk_null_queue_io() local
18 dev_id=$(_add_ublk_dev -t null -z --auto_zc --auto_zc_fallback)
25 dev_id=$(_add_ublk_dev -t stripe -b --auto_zc "${UBLK_BACKFILES[0]}" "${UBLK_BACKFILES[1]}")
130 unsigned auto_zc = (ublk_queue_use_auto_zc(q) != 0); in stripe_queue_tgt_rw_io() local132 enum io_uring_op op = stripe_to_uring_op(iod, zc | auto_zc); in stripe_queue_tgt_rw_io()161 if (auto_zc || zc) { in stripe_queue_tgt_rw_io()