Home
last modified time | relevance | path

Searched refs:mkfs (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/lib/
H A Dtst_mkfs.c30 char mkfs[64]; in tst_mkfs_() local
31 const char *argv[OPTS_MAX] = {mkfs}; in tst_mkfs_()
49 "Skipping mkfs for TMPFS filesystem"); in tst_mkfs_()
53 snprintf(mkfs, sizeof(mkfs), "mkfs.%s", fs_type); in tst_mkfs_()
61 "Too many mkfs options"); in tst_mkfs_()
79 "Too many mkfs options"); in tst_mkfs_()
107 "%s not found in $PATH", mkfs); in tst_mkfs_()
111 "%s failed with exit code %i", mkfs, re in tst_mkfs_()
[all...]
/third_party/ltp/testscripts/
H A Dltp-aiodio.sh147 mkfs -t ext2 $part1
150 mkfs -t ext3 $part2
153 mkfs.jfs $part2 <testscripts/yesenter.txt
156 mkfs.xfs -f $part2
167 mkfs -t ext3 $part1
170 mkfs.jfs $part2 <testscripts/yesenter.txt
173 mkfs.xfs -f $part2
176 mkfs -t ext2 $part2
187 mkfs.jfs $part1 <testscripts/yesenter.txt
190 mkfs
[all...]
/third_party/ltp/testcases/kernel/mce-test/stress/
H A Dhwpoison.sh201 local mkfs="mkfs.$g_fstype"
205 [ $g_fstype = reiserfs ] && mkfs="mkreiserfs"
210 silent_exec which $mkfs || err "mkfs: unsupported fstype: $g_fstype"
214 [ $in = 'y' -o $in = "yes" -o $in = 'Y' ] || err "$mkfs on $g_dev is cancelled"
216 begin "-- $mkfs $g_dev"
223 silent_exec $mkfs $mkfs_opts $g_dev || err "cannot $mkfs $mkfs_opts on $g_dev"
224 end "-- $mkfs
[all...]
/third_party/ltp/testcases/kernel/fs/quota_remount/
H A Dquota_remount_test01.sh8 TST_NEEDS_CMDS="dd mkfs.ext3 mount quota quotacheck quotaon sed tail"
26 ROD mkfs.ext3 -q -F -b 4096 $IMAGE
/third_party/f2fs-tools/scripts/
H A Dverify.sh34 mkfs.f2fs $IMG `_get_sec $1` | grep sectors
/third_party/ltp/testcases/commands/mkfs/
H A Dmkfs01.sh6 # Test mkfs command with some basic options.
38 tst_require_cmds mkfs.$TST_FS_TYPE
65 # Size argument in mkfs.ntfs denotes number-of-sectors which is 512bytes,
100 local mkfs_cmd="mkfs $mkfs_op $fs_op $device $size"
/third_party/ltp/testcases/kernel/device-drivers/zram/
H A Dzram01.sh82 mkfs.$fs /dev/zram$i > err.log 2>&1
/third_party/ltp/testcases/lib/
H A Dtst_test.sh356 tst_res TINFO "Skipping mkfs for TMPFS filesystem"
367 tst_require_cmds mkfs.$fs_type
370 ROD_SILENT mkfs.$fs_type $opts
H A Dtest.sh323 ROD_SILENT mkfs.$fs_type $fs_opts $device

Completed in 3 milliseconds