Searched refs:E2FS_ISCLEAN (Results 1 – 5 of 5) sorted by relevance
287 if (markclean && (sblock.e2fs.e2fs_state & E2FS_ISCLEAN) == 0) { in ckfini()296 sblock.e2fs.e2fs_state = E2FS_ISCLEAN; in ckfini()
186 if (sblock.e2fs.e2fs_state == E2FS_ISCLEAN) { in setup()
503 fs->e2fs.e2fs_state = E2FS_ISCLEAN; in ext2fs_mount() 522 if (fs->e2fs.e2fs_state == E2FS_ISCLEAN) in ext2fs_mount() 756 if (m_fs->e2fs.e2fs_state == E2FS_ISCLEAN) in ext2fs_mountfs() 841 fs->e2fs.e2fs_state = E2FS_ISCLEAN; in ext2fs_unmount()
413 #define E2FS_ISCLEAN 0x01 macro
362 sblock.e2fs.e2fs_state = E2FS_ISCLEAN; in mke2fs()