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

/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c252 (sblock.fs_state + sblock.fs_time == FSOKAY)) {
259 (sblock.fs_state + sblock.fs_time == FSOKAY)) {
291 if (FSOKAY != (sblock.fs_state + sblock.fs_time))
776 sblock.fs_state = FSOKAY - (long)sblock.fs_time;
988 (FSOKAY == (sblock.fs_state + sblock.fs_time)) &&
1161 sblock.fs_state = (long)sblock.fs_time;
1169 altsblock.fs_time = sblock.fs_time;
H A Dutilities.c902 sblock.fs_state = FSOKAY - (long)sblock.fs_time;
948 sblock.fs_state = -(FSOKAY - (long)sblock.fs_time);
1125 ((FSOKAY == (sblock.fs_state + sblock.fs_time)) && !errorlocked))
1169 if (FSOKAY != (sblock.fs_state + sblock.fs_time) && !errorlocked) {
1257 (FSOKAY == (sblock.fs_state + sblock.fs_time))) {
1274 sblock.fs_state + sblock.fs_time);
1284 sblock.fs_time = (time32_t)t;
1295 sblock.fs_state = FSOKAY - (long)sblock.fs_time;
1329 cleanbuf.b_un.b_fs->fs_time = sblock.fs_time;
[all...]
H A Dmain.c787 if ((sblock.fs_state + (long)sblock.fs_time == FSOKAY) &&
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dufs.h71 grub_time32_t fs_time; /* last time written */ member in struct:fs
H A Dfs.h156 mach_time_t fs_time; /* last time written */ member in struct:fs
H A Dufs2.h318 ufs_time_t fs_time; /* last time written */ member in struct:fs
/illumos-gate/usr/src/cmd/fs.d/ufs/clri/
H A Dclri.c176 sblock.fs_time = (time32_t)t;
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c220 t = (time_t)fsp->fs_time;
286 if ((fsp->fs_state + (long)fsp->fs_time == FSOKAY) &&
310 t = (time_t)fsp->fs_time;
356 if (fsp->fs_state + (long)fsp->fs_time == FSOKAY) {
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c567 clkset(doclkset ? fsp->fs_time : -1);
695 if ((fspt->fs_state + fspt->fs_time == FSOKAY) &&
703 if (fspt->fs_state + fspt->fs_time == FSOKAY &&
975 (fsp->fs_state + fsp->fs_time == FSOKAY)) {
1036 if (((fsp->fs_state + fsp->fs_time) == FSOKAY) &&
1061 (((fsp->fs_state + fsp->fs_time) == FSOKAY) &&
1069 if (((fsp->fs_state + fsp->fs_time) == FSOKAY) &&
H A Dufs_lockfs.c659 if (dfs->fs_clean == FSBAD || FSOKAY != dfs->fs_state + dfs->fs_time)
723 mfs->fs_state = FSOKAY - dfs->fs_time;
726 if (FSOKAY != dfs->fs_state + dfs->fs_time ||
H A Dufs_subr.c1145 fs->fs_time = gethrestime_sec();
1147 FSOKAY - fs->fs_time : -(FSOKAY - fs->fs_time);
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c523 if (R_cur == 1 && (Osup.fs_time + _2_DAYS) > Isup.fs_time) {
527 t = (time_t)Osup.fs_time;
1260 Osup.fs_time = 0;
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c1557 sblock.fs_state = FSOKAY - sblock.fs_time;
2079 sblock.fs_time = mkfstime;
2080 sblock.fs_state = FSOKAY - sblock.fs_time;
2368 sblock.fs_time = mkfstime;
2369 sblock.fs_state = FSOKAY - sblock.fs_time;
4038 if ((FSOKAY != (sblock.fs_state + sblock.fs_time)) ||
4133 ((FSOKAY == (sblock.fs_state + sblock.fs_time)) &&
4188 if (FSOKAY == (sblock.fs_state + sblock.fs_time))
4193 sblock.fs_state = FSOKAY - sblock.fs_time;
5289 sblock.fs_time
[all...]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h198 * fs_state == FSOKAY - fs_time, where FSOKAY is a constant
210 * fs_time
247 time32_t fs_time; /* last time written */ member in struct:fs
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h340 ufs_time_t fs_time; /* last time written */ member in struct:fs
/illumos-gate/usr/src/cmd/fs.d/ufs/quotacheck/
H A Dquotacheck.c500 (FSOKAY == (sblock.fs_state + sblock.fs_time)) &&
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c612 if (fs->fs_state == (FSOKAY - fs->fs_time)) {
4550 t = fs->fs_time;
4902 sblock.fs_time = (time32_t)t;

Completed in 97 milliseconds