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

/external/e2fsprogs/debugfs/
H A Ddebugfs.c49 blk_t blocksize, int catastrophic,
76 if (catastrophic && (open_flags & EXT2_FLAG_RW)) {
78 "opening read-only because of catastrophic mode");
90 if (catastrophic)
91 com_err(device, 0, "catastrophic mode - not reading inode or group bitmaps");
127 int catastrophic = 0; local
149 catastrophic = 1;
179 superblock, blocksize, catastrophic,
2153 int catastrophic = 0; local
2192 catastrophic
48 open_filesystem(char *device, int open_flags, blk_t superblock, blk_t blocksize, int catastrophic, char *data_filename) argument
[all...]

Completed in 66 milliseconds