Home
last modified time | relevance | path

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

/netbsd-src/sbin/fsck_ext2fs/
H A Dutilities.c287 if (markclean && (sblock.e2fs.e2fs_state & E2FS_ISCLEAN) == 0) { in ckfini()
296 sblock.e2fs.e2fs_state = E2FS_ISCLEAN; in ckfini()
H A Dsetup.c186 if (sblock.e2fs.e2fs_state == E2FS_ISCLEAN) { in setup()
/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_vfsops.c503 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()
H A Dext2fs.h413 #define E2FS_ISCLEAN 0x01 macro
/netbsd-src/sbin/newfs_ext2fs/
H A Dmke2fs.c362 sblock.e2fs.e2fs_state = E2FS_ISCLEAN; in mke2fs()