Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_initialize/
H A Dzpool_initialize_verify_initialized.ksh54 SMALLFILE="$TESTDIR/smallfile"
60 log_must truncate -s $MINVDEVSIZE "$SMALLFILE"
61 log_must zpool create $TESTPOOL "$SMALLFILE"
78 dd if=$SMALLFILE skip=$((offset / bs)) count=$((size / bs)) bs=$bs |