Home
last modified time | relevance | path

Searched refs:cg_time (Results 1 – 9 of 9) sorted by relevance

/freebsd/usr.sbin/makefs/ffs/
H A Dffs_bswap.c229 n->cg_time = bswap64(o->cg_time); in ffs_cg_swap()
H A Dmkfs.c646 acg.cg_time = utime; in initcg()
663 acg.cg_old_time = acg.cg_time; in initcg()
664 acg.cg_time = 0; in initcg()
/freebsd/sbin/growfs/
H A Dgrowfs.c323 acg.cg_time = modtime; in initcg()
336 acg.cg_old_time = acg.cg_time; in initcg()
337 acg.cg_time = 0; in initcg()
610 acg.cg_time = modtime; in updjcg()
831 acg.cg_time = modtime; in updcsloc()
/freebsd/sbin/fsck_ffs/
H A Dpass5.c186 newcg->cg_time = cg->cg_time; in pass5()
/freebsd/sbin/newfs/
H A Dmkfs.c728 acg.cg_time = utime; in initcg()
741 acg.cg_old_time = acg.cg_time; in initcg()
742 acg.cg_time = 0; in initcg()
/freebsd/sbin/dumpfs/
H A Ddumpfs.c343 cgtime = acg.cg_time; in dumpcg()
/freebsd/sys/ufs/ffs/
H A Dfs.h623 ufs_time_t cg_time; /* time last written */ member
H A Dffs_vfsops.c2472 cgp->cg_old_time = cgp->cg_time = time_second; in ffs_bufwrite()
H A Dffs_alloc.c3082 cgp->cg_old_time = cgp->cg_time = time_second; in ffs_getcg()