Home | History | Annotate | Download | only in mkfs

Lines Matching refs:fs_type

45 	FS_TYPE="$2"
50 if [ -n "$FS_TYPE" ]; then
51 tst_check_cmds mkfs.${FS_TYPE}
62 tst_brk TCONF "Cannot mount ${FS_TYPE}, missing driver?"
112 local fs_type=$2
117 if [ -n "$fs_type" ]; then
118 mkfs_op="-t $fs_type"
121 if [ "$fs_type" = "xfs" ] || [ "$fs_type" = "btrfs" ]; then
128 if [ $? -eq 0 ] && [ "$fs_type" = "ntfs" ]; then
134 if [ "$fs_type" = "xfs" ] || [ "$fs_type" = "btrfs" ]; then
154 mkfs_verify_type "$fs_type" "$device"
162 mkfs_verify_size "$fs_type" "$size"
174 mkfs_test "" "$FS_TYPE" "" "$TST_DEVICE"
179 mkfs_test "" "$FS_TYPE" "" "$TST_DEVICE" "16000"
184 mkfs_test "" "$FS_TYPE" "-c" "$TST_DEVICE"