HomeSort by: relevance | last modified time | path
    Searched refs:E2FS_ISCLEAN (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/fsck_ext2fs/
utilities.c 287 if (markclean && (sblock.e2fs.e2fs_state & E2FS_ISCLEAN) == 0) {
296 sblock.e2fs.e2fs_state = E2FS_ISCLEAN;
setup.c 186 if (sblock.e2fs.e2fs_state == E2FS_ISCLEAN) {
  /src/sys/ufs/ext2fs/
ext2fs_vfsops.c 499 fs->e2fs.e2fs_state = E2FS_ISCLEAN;
518 if (fs->e2fs.e2fs_state == E2FS_ISCLEAN)
752 if (m_fs->e2fs.e2fs_state == E2FS_ISCLEAN)
837 fs->e2fs.e2fs_state = E2FS_ISCLEAN;
ext2fs.h 413 #define E2FS_ISCLEAN 0x01
  /src/sbin/newfs_ext2fs/
mke2fs.c 362 sblock.e2fs.e2fs_state = E2FS_ISCLEAN;

Completed in 15 milliseconds