Searched refs:fs_state (Results 1 - 16 of 16) 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;
1170 altsblock.fs_state = sblock.fs_state;
H A Dutilities.c902 sblock.fs_state = FSOKAY - (long)sblock.fs_time;
903 sblock.fs_state = -sblock.fs_state;
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) {
1182 * if necessary, update fs_clean and fs_state
1257 (FSOKAY == (sblock.fs_state + sblock.fs_time))) {
1274 sblock.fs_state + sblock.fs_time);
1295 sblock.fs_state
[all...]
H A Dmain.c779 * values for fs_state between the root file system and the
787 if ((sblock.fs_state + (long)sblock.fs_time == FSOKAY) &&
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dufs.h115 grub_int32_t fs_state; /* file system state time stamp */ member in struct:fs
H A Dfs.h230 long fs_state; /* validate fs_clean field */ member in struct:fs
H A Dufs2.h336 grub_int32_t fs_state; /* validate fs_clean field */ member in struct:fs
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_fs.h198 * fs_state == FSOKAY - fs_time, where FSOKAY is a constant
201 * FSSTABLE, or fs_state is not valid. The exceptions are the root or
292 int32_t fs_state; /* file system state time stamp */ member in struct:fs
348 int32_t fs_state; /* file system state time stamp */ member in struct:fs
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vfsops.c695 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) &&
1078 * when fs_state is not ok
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.c1146 fs->fs_state = (fs->fs_clean != FSBAD) ?
/illumos-gate/usr/src/cmd/flowadm/
H A Dflowadm.c208 show_flowprop_state_t *fs_state; member in struct:flowprop_args_s
1034 show_flowprop_state_t *statep = arg->fs_state;
1092 fs_arg.fs_state = statep;
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c1557 sblock.fs_state = FSOKAY - sblock.fs_time;
2080 sblock.fs_state = FSOKAY - sblock.fs_time;
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;
5792 printf("0x%x sblock.fs_state\n", sblock.fs_state);
5847 printf("0x%x sblock.fs_state\
[all...]
/illumos-gate/usr/src/boot/sys/ufs/ffs/
H A Dfs.h360 int32_t fs_state; /* validate fs_clean field */ member in struct:fs
/illumos-gate/usr/src/cmd/fs.d/ufs/fstyp/
H A Dfstyp.c286 if ((fsp->fs_state + (long)fsp->fs_time == FSOKAY) &&
356 if (fsp->fs_state + (long)fsp->fs_time == FSOKAY) {
/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)) {
613 printf("fs_state consistent (fs_clean CAN be trusted)\n");
615 printf("fs_state inconsistent (fs_clean CAN'T trusted)\n");

Completed in 129 milliseconds