E2FS_ISCLEAN
if (sblock.e2fs.e2fs_state == E2FS_ISCLEAN) {
if (markclean && (sblock.e2fs.e2fs_state & E2FS_ISCLEAN) == 0) {
sblock.e2fs.e2fs_state = E2FS_ISCLEAN;
sblock.e2fs.e2fs_state = E2FS_ISCLEAN;
fs->e2fs.e2fs_state = E2FS_ISCLEAN;
if (fs->e2fs.e2fs_state == E2FS_ISCLEAN)
if (fs->e2fs_state == E2FS_ISCLEAN)
fs->e2fs.e2fs_state = E2FS_ISCLEAN;
fs->e2fs.e2fs_state = E2FS_ISCLEAN;