Home
last modified time | relevance | path

Searched refs:cg_old_time (Results 1 – 10 of 10) sorted by relevance

/freebsd-head/usr.sbin/makefs/ffs/
HDffs_bswap.c204 n->cg_old_time = bswap32(o->cg_old_time); in ffs_cg_swap()
HDmkfs.c663 acg.cg_old_time = acg.cg_time; in initcg()
/freebsd-head/sbin/fsck_ffs/
HDpass5.c187 newcg->cg_old_time = cg->cg_old_time; in pass5()
/freebsd-head/sbin/dumpfs/
HDdumpfs.c351 cgtime = acg.cg_old_time; in dumpcg()
/freebsd-head/sys/ufs/ffs/
HDfs.h601 int32_t cg_old_time; /* time last written */ member
HDffs_vfsops.c2331 cgp->cg_old_time = cgp->cg_time = time_second; in ffs_bufwrite()
HDffs_alloc.c3100 cgp->cg_old_time = cgp->cg_time = time_second; in ffs_getcg()
/freebsd-head/sbin/growfs/
HDdebug.c358 fprintf(dbg_log, "old_time int32_t 0x%08x\n", cgr->cg_old_time); in dbg_dump_cg()
HDgrowfs.c336 acg.cg_old_time = acg.cg_time; in initcg()
/freebsd-head/sbin/newfs/
HDmkfs.c737 acg.cg_old_time = acg.cg_time; in initcg()