HomeSort by: relevance | last modified time | path
    Searched refs:fs_time (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/lib/libsa/
ffs_bswap.c 87 n->fs_time = bswap64(o->fs_time);
  /src/sys/ufs/ffs/
ffs_bswap.c 86 n->fs_time = bswap64(o->fs_time);
ffs_vfsops.c 396 setrootfstime((time_t)fs->fs_time);
777 fs->fs_time = time_second;
1680 fs->fs_time = fs->fs_old_time;
1736 fs->fs_old_time = fs->fs_time;
2060 fs->fs_time = time_second;
fs.h 346 int64_t fs_time; /* last time written */ member in struct:fs
ffs_wapbl.c 194 fs->fs_time = time_second;
  /src/sbin/fsck_ffs/
main.c 533 sblock->fs_time = time(NULL);
utilities.c 671 fs->fs_time = fs->fs_old_time;
695 fs->fs_old_time = fs->fs_time;
  /src/sbin/resize_ffs/
resize_ffs.c 491 cg->cg_time = newsb->fs_time;
498 cg->cg_time = newsb->fs_time;
503 cg->cg_old_time = newsb->fs_time;
921 * calling time() directly, as insulation against OSes where fs_time
1003 newsb->fs_time = timestamp();
1777 newsb->fs_time = timestamp();
2065 newsb->fs_old_time = newsb->fs_time;
  /src/usr.sbin/makefs/ffs/
mkfs.c 485 sblock.fs_time = tstamp;
550 sblock.fs_time = tstamp;
  /src/usr.sbin/dumpfs/
dumpfs.c 277 fs->fs_time = fs->fs_old_time;
309 t = fs->fs_time;
  /src/sbin/newfs/
mkfs.c 534 sblock.fs_time = tv.tv_sec;
733 sblock.fs_time = tv.tv_sec;
  /src/usr.sbin/makefs/
ffs.c 551 t = (time_t)((struct fs *)fsopts->superblock)->fs_time;
552 printf("mkfs returned %p; fs_time %s",

Completed in 23 milliseconds