Home
last modified time | relevance | path

Searched refs:FSOKAY (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c252 (sblock.fs_state + sblock.fs_time == FSOKAY)) { in logsetup()
259 (sblock.fs_state + sblock.fs_time == FSOKAY)) { in logsetup()
291 if (FSOKAY != (sblock.fs_state + sblock.fs_time)) in logsetup()
776 sblock.fs_state = FSOKAY - (long)sblock.fs_time; in initial_error_state_adjust()
988 (FSOKAY == (sblock.fs_state + sblock.fs_time)) && in setup()
H A Dutilities.c902 sblock.fs_state = FSOKAY - (long)sblock.fs_time; in verrexit()
948 sblock.fs_state = -(FSOKAY - (long)sblock.fs_time); in vpfatal()
1125 ((FSOKAY == (sblock.fs_state + sblock.fs_time)) && !errorlocked)) in debugclean()
1169 if (FSOKAY != (sblock.fs_state + sblock.fs_time) && !errorlocked) { in updateclean()
1257 (FSOKAY == (sblock.fs_state + sblock.fs_time))) { in updateclean()
1277 fsflags, fslogbno, fsclean, fsreclaim, FSOKAY); in updateclean()
1295 sblock.fs_state = FSOKAY - (long)sblock.fs_time; in updateclean()
1392 if (FSOKAY != (sblock.fs_state + sblock.fs_time) && !errorlocked) in printclean()
H A Dmain.c787 if ((sblock.fs_state + (long)sblock.fs_time == FSOKAY) && in check_sanity()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c695 if ((fspt->fs_state + fspt->fs_time == FSOKAY) && in remountfs()
703 if (fspt->fs_state + fspt->fs_time == FSOKAY && in remountfs()
975 (fsp->fs_state + fsp->fs_time == FSOKAY)) { in mountfs()
1036 if (((fsp->fs_state + fsp->fs_time) == FSOKAY) && in mountfs()
1061 (((fsp->fs_state + fsp->fs_time) == FSOKAY) && in mountfs()
1069 if (((fsp->fs_state + fsp->fs_time) == FSOKAY) && in mountfs()
H A Dufs_lockfs.c659 if (dfs->fs_clean == FSBAD || FSOKAY != dfs->fs_state + dfs->fs_time) in ufs_reconcile_fs()
723 mfs->fs_state = FSOKAY - dfs->fs_time; in ufs_reconcile_fs()
726 if (FSOKAY != dfs->fs_state + dfs->fs_time || in ufs_reconcile_fs()
H A Dufs_subr.c1147 FSOKAY - fs->fs_time : -(FSOKAY - fs->fs_time); in ufs_sbwrite()
/titanic_41/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c286 if ((fsp->fs_state + (long)fsp->fs_time == FSOKAY) && in get_attr()
356 if (fsp->fs_state + (long)fsp->fs_time == FSOKAY) { in dumpfs()
/titanic_41/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c1557 sblock.fs_state = FSOKAY - sblock.fs_time; in main()
2080 sblock.fs_state = FSOKAY - sblock.fs_time; in main()
2369 sblock.fs_state = FSOKAY - sblock.fs_time; in main()
4038 if ((FSOKAY != (sblock.fs_state + sblock.fs_time)) || in logsetup()
4133 ((FSOKAY == (sblock.fs_state + sblock.fs_time)) && in growinit()
4188 if (FSOKAY == (sblock.fs_state + sblock.fs_time)) in growinit()
4193 sblock.fs_state = FSOKAY - sblock.fs_time; in growinit()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_fs.h220 #define FSOKAY (0x7c269d38) macro
/titanic_41/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c500 (FSOKAY == (sblock.fs_state + sblock.fs_time)) && in chkquota()
/titanic_41/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c612 if (fs->fs_state == (FSOKAY - fs->fs_time)) { in main()