Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c262 (sblock.fs_state + sblock.fs_time == FSOKAY)) { in logsetup()
269 (sblock.fs_state + sblock.fs_time == FSOKAY)) { in logsetup()
301 if (FSOKAY != (sblock.fs_state + sblock.fs_time)) in logsetup()
787 sblock.fs_state = FSOKAY - (long)sblock.fs_time; in initial_error_state_adjust()
999 (FSOKAY == (sblock.fs_state + sblock.fs_time)) && in setup()
1172 sblock.fs_state = (long)sblock.fs_time; in checksb()
1180 altsblock.fs_time = sblock.fs_time; in checksb()
H A Dutilities.c909 sblock.fs_state = FSOKAY - (long)sblock.fs_time; in verrexit()
955 sblock.fs_state = -(FSOKAY - (long)sblock.fs_time); in vpfatal()
1132 ((FSOKAY == (sblock.fs_state + sblock.fs_time)) && !errorlocked)) in debugclean()
1176 if (FSOKAY != (sblock.fs_state + sblock.fs_time) && !errorlocked) { in updateclean()
1264 (FSOKAY == (sblock.fs_state + sblock.fs_time))) { in updateclean()
1281 sblock.fs_state + sblock.fs_time); in updateclean()
1291 sblock.fs_time = (time32_t)t; in updateclean()
1302 sblock.fs_state = FSOKAY - (long)sblock.fs_time; in updateclean()
1336 cleanbuf.b_un.b_fs->fs_time = sblock.fs_time; in updateclean()
1399 if (FSOKAY != (sblock.fs_state + sblock.fs_time) && !errorlocked) in printclean()
H A Dmain.c822 if ((sblock.fs_state + (long)sblock.fs_time == FSOKAY) && in check_sanity()
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c218 t = (time_t)fsp->fs_time; in get_attr()
284 if ((fsp->fs_state + (long)fsp->fs_time == FSOKAY) && in get_attr()
308 t = (time_t)fsp->fs_time; in dumpfs()
354 if (fsp->fs_state + (long)fsp->fs_time == FSOKAY) { in dumpfs()
/illumos-gate/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()
/illumos-gate/usr/src/cmd/fs.d/ufs/clri/
H A Dclri.c174 sblock.fs_time = (time32_t)t; in main()
/illumos-gate/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
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c521 if (R_cur == 1 && (Osup.fs_time + _2_DAYS) > Isup.fs_time) { in main()
525 t = (time_t)Osup.fs_time; in main()
1258 Osup.fs_time = 0; in tapeck()
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c1541 sblock.fs_state = FSOKAY - sblock.fs_time; in main()
2063 sblock.fs_time = mkfstime; in main()
2064 sblock.fs_state = FSOKAY - sblock.fs_time; in main()
2352 sblock.fs_time = mkfstime; in main()
2353 sblock.fs_state = FSOKAY - sblock.fs_time; in main()
4039 if ((FSOKAY != (sblock.fs_state + sblock.fs_time)) || in logsetup()
4134 ((FSOKAY == (sblock.fs_state + sblock.fs_time)) && in growinit()
4189 if (FSOKAY == (sblock.fs_state + sblock.fs_time)) in growinit()
4194 sblock.fs_state = FSOKAY - sblock.fs_time; in growinit()
5290 sblock.fs_time = mkfstime; in wtsb()
[all …]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h245 time32_t fs_time; /* last time written */ member
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h340 ufs_time_t fs_time; /* last time written */ member
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c498 (FSOKAY == (sblock.fs_state + sblock.fs_time)) && in chkquota()
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c602 if (fs->fs_state == (FSOKAY - fs->fs_time)) { in main()
4540 t = fs->fs_time; in printsb()
4892 sblock.fs_time = (time32_t)t; in old_fsdb()