Home
last modified time | relevance | path

Searched refs:fs_time (Results 1 – 16 of 16) sorted by relevance

/titanic_50/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()
1161 sblock.fs_state = (long)sblock.fs_time; in checksb()
1169 altsblock.fs_time = sblock.fs_time; in checksb()
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()
1274 sblock.fs_state + sblock.fs_time); in updateclean()
1284 sblock.fs_time = (time32_t)t; in updateclean()
1295 sblock.fs_state = FSOKAY - (long)sblock.fs_time; in updateclean()
1329 cleanbuf.b_un.b_fs->fs_time = 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_50/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c220 t = (time_t)fsp->fs_time; in get_attr()
286 if ((fsp->fs_state + (long)fsp->fs_time == FSOKAY) && in get_attr()
310 t = (time_t)fsp->fs_time; in dumpfs()
356 if (fsp->fs_state + (long)fsp->fs_time == FSOKAY) { in dumpfs()
/titanic_50/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c569 clkset(doclkset ? fsp->fs_time : -1); in ufs_mountroot()
697 if ((fspt->fs_state + fspt->fs_time == FSOKAY) && in remountfs()
705 if (fspt->fs_state + fspt->fs_time == FSOKAY && in remountfs()
977 (fsp->fs_state + fsp->fs_time == FSOKAY)) { in mountfs()
1038 if (((fsp->fs_state + fsp->fs_time) == FSOKAY) && in mountfs()
1063 (((fsp->fs_state + fsp->fs_time) == FSOKAY) && in mountfs()
1071 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.c1145 fs->fs_time = gethrestime_sec(); in ufs_sbwrite()
1147 FSOKAY - fs->fs_time : -(FSOKAY - fs->fs_time); in ufs_sbwrite()
/titanic_50/usr/src/cmd/fs.d/ufs/clri/
H A Dclri.c176 sblock.fs_time = (time32_t)t; in main()
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dufs.h71 grub_time32_t fs_time; /* last time written */ member
H A Dfs.h156 mach_time_t fs_time; /* last time written */ member
H A Dufs2.h318 ufs_time_t fs_time; /* last time written */ member
/titanic_50/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c523 if (R_cur == 1 && (Osup.fs_time + _2_DAYS) > Isup.fs_time) { in main()
527 t = (time_t)Osup.fs_time; in main()
1260 Osup.fs_time = 0; in tapeck()
/titanic_50/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c1536 sblock.fs_state = FSOKAY - sblock.fs_time; in main()
2058 sblock.fs_time = mkfstime; in main()
2059 sblock.fs_state = FSOKAY - sblock.fs_time; in main()
2347 sblock.fs_time = mkfstime; in main()
2348 sblock.fs_state = FSOKAY - sblock.fs_time; in main()
4014 if ((FSOKAY != (sblock.fs_state + sblock.fs_time)) || in logsetup()
4109 ((FSOKAY == (sblock.fs_state + sblock.fs_time)) && in growinit()
4164 if (FSOKAY == (sblock.fs_state + sblock.fs_time)) in growinit()
4169 sblock.fs_state = FSOKAY - sblock.fs_time; in growinit()
5265 sblock.fs_time = mkfstime; in wtsb()
[all …]
/titanic_50/usr/src/uts/common/sys/fs/
H A Dufs_fs.h247 time32_t fs_time; /* last time written */ member
/titanic_50/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c500 (FSOKAY == (sblock.fs_state + sblock.fs_time)) && in chkquota()
/titanic_50/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c612 if (fs->fs_state == (FSOKAY - fs->fs_time)) { in main()
4550 t = fs->fs_time; in printsb()
4902 sblock.fs_time = (time32_t)t; in old_fsdb()