Home | History | Annotate | Download | only in fstest

Lines Matching refs:ext4

32 #include "ext4.h"
79 namespace ext4 {
82 testPrintE("Cannot lseek to ext4 superblock to read");
87 testPrintE("Cannot read ext4 superblock");
92 testPrintE("Invalid ext4 superblock magic");
108 testPrintE("Ext4 superblock already corrupted");
137 testPrintE("Ext4 block size not 2K or 4K\n");
144 testPrintE("Can't handle ext4 block group descriptor size of %d",
152 testPrintE("Cannot lseek to ext4 block group descriptor table to read");
161 testPrintE("Cannot read ext4 group descriptor %d", i);
172 testPrintE("Cannot lseek to ext4 block group descriptor table to write");
177 testPrintE("Cannot write modified ext4 group descriptor");
183 } // namespace ext4
204 if (!strcmp(fstab->recs[i].fs_type, "ext4")) {
295 ASSERT_TRUE(ext4::corruptGdtFreeBlock(getCacheBlkFd()));
314 ASSERT_TRUE(ext4::setSbErrorBit(getCacheBlkFd()));
321 ASSERT_TRUE(ext4::getSuperBlock(getCacheBlkFd(), &sb));