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

/freebsd-12-stable/usr.sbin/makefs/ffs/
H A Dffs_bswap.c207 n->cg_old_time = bswap32(o->cg_old_time);
H A Dmkfs.c627 acg.cg_old_time = acg.cg_time;
/freebsd-12-stable/sbin/fsck_ffs/
H A Dpass5.c195 newcg->cg_old_time = cg->cg_old_time;
/freebsd-12-stable/sbin/dumpfs/
H A Ddumpfs.c354 cgtime = acg.cg_old_time;
/freebsd-12-stable/sys/ufs/ffs/
H A Dfs.h537 int32_t cg_old_time; /* time last written */ member in struct:cg
H A Dffs_vfsops.c2211 cgp->cg_old_time = cgp->cg_time = time_second;
H A Dffs_alloc.c2991 cgp->cg_old_time = cgp->cg_time = time_second;
/freebsd-12-stable/sbin/growfs/
H A Ddebug.c365 fprintf(dbg_log, "old_time int32_t 0x%08x\n", cgr->cg_old_time);
H A Dgrowfs.c342 acg.cg_old_time = acg.cg_time;
/freebsd-12-stable/sbin/newfs/
H A Dmkfs.c702 acg.cg_old_time = acg.cg_time;

Completed in 213 milliseconds