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

/external/e2fsprogs/debugfs/
H A Ddebugfs.c61 blk64_t blocksize, int catastrophic,
88 if (catastrophic && (open_flags & EXT2_FLAG_RW)) {
90 "opening read-only because of catastrophic mode");
93 if (catastrophic)
105 if (catastrophic)
106 com_err(device, 0, "catastrophic mode - not reading inode or group bitmaps");
142 int catastrophic = 0; local
168 catastrophic = 1;
197 superblock, blocksize, catastrophic,
2414 int catastrophic local
60 open_filesystem(char *device, int open_flags, blk64_t superblock, blk64_t blocksize, int catastrophic, char *data_filename) argument
[all...]

Completed in 77 milliseconds