xref: /aosp_15_r20/external/ublksrv/tests/loop/003 (revision 94c4a1e103eb1715230460aab379dff275992c20)
1#!/bin/bash
2# SPDX-License-Identifier: MIT or GPL-2.0-only
3
4. common/fio_common
5. common/loop_common
6
7file=`_create_loop_image "data" $LO_IMG_SZ`
8
9export T_TYPE="losetup"
10
11# '-f $file' has to be the last one
12export T_TYPE_PARAMS="--direct-io=on -f $file"
13
14__run_loop_dev_perf 1
15
16_remove_loop_image $file
17