Lines Matching refs:fstyp

34 	atf_check -s exit:0 -o inline:"befs\n" fstyp befs.img
35 atf_check -s exit:0 -o inline:"befs BeFS\n" fstyp -l befs.img
45 atf_check -s exit:0 -o inline:"cd9660\n" fstyp cd9660.img
46 atf_check -s exit:0 -o inline:"cd9660\n" fstyp -l cd9660.img
56 atf_check -s exit:0 -o inline:"cd9660\n" fstyp cd9660.img
58 atf_check -s exit:0 -o inline:"cd9660 FOO\n" fstyp -l cd9660.img
67 atf_check -s exit:1 -e match:"not a disk" fstyp dir
76 atf_check -s exit:0 -o inline:"exfat\n" fstyp -u exfat.img
85 atf_check -s exit:0 -o inline:"exfat exFat\n" fstyp -u -l exfat.img
94 atf_check -s exit:1 -e match:"filesystem not recognized" fstyp empty
103 atf_check -s exit:0 -o inline:"ext2fs\n" fstyp ext2.img
104 atf_check -s exit:0 -o inline:"ext2fs\n" fstyp -l ext2.img
113 atf_check -s exit:0 -o inline:"ext2fs\n" fstyp ext3.img
114 atf_check -s exit:0 -o inline:"ext2fs\n" fstyp -l ext3.img
123 atf_check -s exit:0 -o inline:"ext2fs\n" fstyp ext4.img
124 atf_check -s exit:0 -o inline:"ext2fs\n" fstyp -l ext4.img
133 atf_check -s exit:0 -o inline:"ext2fs foo\n" fstyp -l ext4_with_label.img
143 atf_check -s exit:0 -o inline:"msdosfs\n" fstyp msdos.img
144 atf_check -s exit:0 -o inline:"msdosfs\n" fstyp -l msdos.img
154 atf_check -s exit:0 -o inline:"msdosfs\n" fstyp msdos.img
155 atf_check -s exit:0 -o inline:"msdosfs\n" fstyp -l msdos.img
166 atf_check -s exit:0 -o inline:"msdosfs\n" fstyp msdos.img
167 atf_check -s exit:0 -o inline:"msdosfs\n" fstyp -l msdos.img
178 atf_check -s exit:0 -o inline:"msdosfs\n" fstyp msdos.img
180 atf_check -s exit:0 -o inline:"msdosfs FOO\n" fstyp -l msdos.img
189 atf_check -s exit:0 -o inline:"ntfs\n" fstyp ntfs.img
190 atf_check -s exit:0 -o inline:"ntfs\n" fstyp -l ntfs.img
199 atf_check -s exit:0 -o inline:"ntfs\n" fstyp ntfs_with_label.img
200 atf_check -s exit:0 -o inline:"ntfs Foo\n" fstyp -l ntfs_with_label.img
210 atf_check -s exit:0 -o inline:"ufs\n" fstyp ufs.img
211 atf_check -s exit:0 -o inline:"ufs\n" fstyp -l ufs.img
221 atf_check -s exit:0 -o inline:"ufs\n" fstyp ufs.img
222 atf_check -s exit:0 -o inline:"ufs\n" fstyp -l ufs.img
232 atf_check -s exit:0 -o inline:"ufs foo\n" fstyp -l ufs.img
247 atf_check -s exit:0 -o inline:"ufs\n" fstyp /dev/$md
248 atf_check -s exit:0 -o inline:"ufs foo\n" fstyp -l /dev/$md
263 atf_check -s exit:1 -e match:"filesystem not recognized" fstyp zeros