Home
last modified time | relevance | path

Searched refs:E2FS_ISCLEAN (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sbin/fsck_ext2fs/
Dutilities.c257 if (markclean && (sblock.e2fs.e2fs_state & E2FS_ISCLEAN) == 0) { in ckfini()
266 sblock.e2fs.e2fs_state = E2FS_ISCLEAN; in ckfini()
Dsetup.c141 if (sblock.e2fs.e2fs_state == E2FS_ISCLEAN) { in setup()
/mirbsd/src/sys/ufs/ext2fs/
Dext2fs_vfsops.c206 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;
Dext2fs.h199 #define E2FS_ISCLEAN 0x01 macro