Searched refs:E2FS_ISCLEAN (Results 1 – 2 of 2) sorted by relevance
156 fs->e2fs->e2fs_state |= E2FS_ISCLEAN; in ext2_mount()194 if ((fs->e2fs->e2fs_state & E2FS_ISCLEAN) == 0 || in ext2_mount()206 fs->e2fs->e2fs_state &= ~E2FS_ISCLEAN; in ext2_mount()628 if ((es->e2fs_state & E2FS_ISCLEAN) == 0 || in ext2_mountfs()688 fs->e2fs_wasvalid = fs->e2fs->e2fs_state & E2FS_ISCLEAN ? 1 : 0; in ext2_mountfs()691 fs->e2fs->e2fs_state &= ~E2FS_ISCLEAN; /* set fs invalid */ in ext2_mountfs()767 fs->e2fs->e2fs_state |= E2FS_ISCLEAN; in ext2_unmount()
347 #define E2FS_ISCLEAN 0x0001 /* Unmounted cleanly */ macro