Home
last modified time | relevance | path

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

/netbsd/sys/ufs/ffs/
H A Dffs_bswap.c244 n->cg_time = bswap64(o->cg_time); in ffs_cg_swap()
H A Dfs.h530 int64_t cg_time; /* time last written */ member
543 int32_t cg_time; /* time last written */ member
H A Dffs_alloc.c1006 cgp->cg_time = ufs_rw64(time_second, UFS_FSNEEDSWAP(fs)); in ffs_fragextend()
1082 cgp->cg_time = ufs_rw64(time_second, needswap); in ffs_alloccg()
1336 cgp->cg_time = ufs_rw64(time_second, needswap); in ffs_nodealloccg()
1482 cgp->cg_time = ufs_rw64(time_second, needswap); in ffs_blkalloc_ump()
1887 cgp->cg_time = ufs_rw64(time_second, needswap); in ffs_blkfree_common()
2086 cgp->cg_time = ufs_rw64(time_second, needswap); in ffs_freefile_common()
/netbsd/sbin/fsck_ffs/
H A Dpass5.c272 newcg->cg_time = cg->cg_time; in pass5()
/netbsd/usr.sbin/makefs/ffs/
H A Dmkfs.c633 acg.cg_time = utime; in initcg()
651 acg.cg_old_time = acg.cg_time; in initcg()
652 acg.cg_time = 0; in initcg()
/netbsd/sbin/resize_ffs/
H A Dresize_ffs.c491 cg->cg_time = newsb->fs_time; in initcg()
498 cg->cg_time = newsb->fs_time; in initcg()
/netbsd/usr.sbin/dumpfs/
H A Ddumpfs.c624 t = acg.cg_time; in dumpcg()
/netbsd/sbin/newfs/
H A Dmkfs.c812 acg.cg_time = tv->tv_sec; in initcg()