Lines Matching refs:testPrintE
83 testPrintE("Cannot lseek to ext4 superblock to read"); in getSuperBlock()
88 testPrintE("Cannot read ext4 superblock"); in getSuperBlock()
93 testPrintE("Invalid ext4 superblock magic"); in getSuperBlock()
109 testPrintE("Ext4 superblock already corrupted"); in setSbErrorBit()
118 testPrintE("Cannot lseek to superblock to write\n"); in setSbErrorBit()
123 testPrintE("Cannot write superblock\n"); in setSbErrorBit()
138 testPrintE("Ext4 block size not 2K or 4K\n"); in corruptGdtFreeBlock()
145 testPrintE("Can't handle ext4 block group descriptor size of %d", in corruptGdtFreeBlock()
153 testPrintE("Cannot lseek to ext4 block group descriptor table to read"); in corruptGdtFreeBlock()
162 testPrintE("Cannot read ext4 group descriptor %d", i); in corruptGdtFreeBlock()
173 testPrintE("Cannot lseek to ext4 block group descriptor table to write"); in corruptGdtFreeBlock()
178 testPrintE("Cannot write modified ext4 group descriptor"); in corruptGdtFreeBlock()
195 testPrintE("failed to open default fstab\n"); in setCacheInfoFromFstab()