Searched refs:FS_UNCLEAN (Results 1 – 3 of 3) sorted by relevance
375 (fs->fs_flags & FS_UNCLEAN) == 0 ? 1 : 0; in ffs_mount()685 fs->fs_flags &= ~FS_UNCLEAN; in ffs_mountfs()730 fs->fs_flags |= FS_UNCLEAN; in ffs_mountfs()933 fs->fs_clean = (fs->fs_flags & FS_UNCLEAN) ? 0 : 1; in ffs_unmount()1153 fs->fs_clean = (fs->fs_flags & FS_UNCLEAN) ? 0 : 1; in ffs_sync()
330 #define FS_UNCLEAN 0x01 /* filesystem not clean at mount */ macro
285 if (fsflags & FS_UNCLEAN) in dumpfs()290 fsflags &= ~(FS_UNCLEAN | FS_FLAGS_UPDATED); in dumpfs()