Lines Matching refs:fs_time
1541 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()
5767 printf("0x%x sblock.fs_time\n", sblock.fs_time); in dump_sblock()