E2FS_ISCLEAN
htole16(le16toh(fs->e2fs->e2fs_state) | E2FS_ISCLEAN);
E2FS_ISCLEAN));
if ((le16toh(fs->e2fs->e2fs_state) & E2FS_ISCLEAN) == 0 ||
htole16(le16toh(fs->e2fs->e2fs_state) & ~E2FS_ISCLEAN);
if ((le16toh(es->e2fs_state) & E2FS_ISCLEAN) == 0 ||
fs->e2fs_wasvalid = le16toh(fs->e2fs->e2fs_state) & E2FS_ISCLEAN ? 1 : 0;
htole16(le16toh(fs->e2fs->e2fs_state) & ~E2FS_ISCLEAN);