Searched refs:E2FS_ISCLEAN (Results 1 – 4 of 4) sorted by relevance
257 if (markclean && (sblock.e2fs.e2fs_state & E2FS_ISCLEAN) == 0) { in ckfini()266 sblock.e2fs.e2fs_state = E2FS_ISCLEAN; in ckfini()
141 if (sblock.e2fs.e2fs_state == E2FS_ISCLEAN) { in setup()
206 fs->e2fs.e2fs_state = E2FS_ISCLEAN;235 if (fs->e2fs.e2fs_state == E2FS_ISCLEAN)544 if (m_fs->e2fs.e2fs_state == E2FS_ISCLEAN)634 fs->e2fs.e2fs_state = E2FS_ISCLEAN;
199 #define E2FS_ISCLEAN 0x01 macro