Searched refs:FS_UNCLEAN (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/sys/geom/journal/
H A Dg_journal_ufs.c60 fs->fs_flags &= ~(FS_UNCLEAN | FS_NEEDSFSCK);
88 fs->fs_flags |= FS_NEEDSFSCK | FS_UNCLEAN;
/freebsd-10.0-release/sbin/fsck_ffs/
H A Dmain.c265 (mntp != NULL && (sblock.fs_flags & FS_UNCLEAN) == 0))
283 if ((sblock.fs_flags & (FS_UNCLEAN | FS_NEEDSFSCK)) == 0) {
319 if ((sblock.fs_flags & FS_UNCLEAN) == 0 &&
H A Dfsutil.c373 if ((!(sblock.fs_flags & FS_UNCLEAN)) != markclean) {
374 cmd.value = FS_UNCLEAN;
378 rwerror("SET FILE SYSTEM FLAGS", FS_UNCLEAN);
428 sblock.fs_flags &= ~(FS_UNCLEAN | FS_NEEDSFSCK);
/freebsd-10.0-release/sbin/dumpfs/
H A Ddumpfs.c253 if (fsflags & FS_UNCLEAN)
273 fsflags &= ~(FS_UNCLEAN | FS_DOSOFTDEP | FS_NEEDSFSCK | FS_INDEXDIRS |
/freebsd-10.0-release/sys/ufs/ffs/
H A Dffs_vfsops.c308 if ((fs->fs_flags & (FS_UNCLEAN | FS_NEEDSFSCK)) == 0)
363 fs->fs_flags &= ~FS_UNCLEAN;
365 fs->fs_flags |= FS_UNCLEAN;
839 fs->fs_flags &= ~FS_UNCLEAN;
841 fs->fs_flags |= FS_UNCLEAN;
1291 fs->fs_clean = fs->fs_flags & (FS_UNCLEAN|FS_NEEDSFSCK) ? 0 : 1;
H A Dfs.h392 * The FS_UNCLEAN flag is set by the kernel when the filesystem was
417 #define FS_UNCLEAN 0x0001 /* filesystem not clean at mount */ macro
H A Dffs_snapshot.c475 if ((fs->fs_flags & (FS_UNCLEAN | FS_NEEDSFSCK)) == 0)
H A Dffs_alloc.c1036 if (DIP(ip, i_blocks) && (fs->fs_flags & FS_UNCLEAN) == 0) { /* XXX */
/freebsd-10.0-release/sbin/tunefs/
H A Dtunefs.c576 disk.d_fs.fs_flags |= FS_UNCLEAN | FS_NEEDSFSCK;

Completed in 193 milliseconds