Home
last modified time | relevance | path

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

/netbsd/src/sys/ufs/ffs/
Dffs_bswap.c203 n->cg_old_time = bswap32(o->cg_old_time); in ffs_cg_swap()
Dffs_alloc.c1003 cgp->cg_old_time = ufs_rw32(time_second, UFS_FSNEEDSWAP(fs)); in ffs_fragextend()
1079 cgp->cg_old_time = ufs_rw32(time_second, needswap); in ffs_alloccg()
1333 cgp->cg_old_time = ufs_rw32(time_second, needswap); in ffs_nodealloccg()
1481 cgp->cg_old_time = ufs_rw32(time_second, needswap); in ffs_blkalloc_ump()
1884 cgp->cg_old_time = ufs_rw32(time_second, needswap); in ffs_blkfree_common()
2083 cgp->cg_old_time = ufs_rw32(time_second, needswap); in ffs_freefile_common()
Dfs.h509 int32_t cg_old_time; /* time last written */ member
/netbsd/src/sbin/fsck_ffs/
Dpass5.c273 newcg->cg_old_time = cg->cg_old_time; in pass5()
/netbsd/src/usr.sbin/makefs/ffs/
Dmkfs.c651 acg.cg_old_time = acg.cg_time; in initcg()
/netbsd/src/usr.sbin/dumpfs/
Ddumpfs.c627 t = acg.cg_old_time; in dumpcg()
/netbsd/src/sbin/newfs/
Dmkfs.c824 acg.cg_old_time = tv->tv_sec; in initcg()
/netbsd/src/sbin/resize_ffs/
Dresize_ffs.c503 cg->cg_old_time = newsb->fs_time; in initcg()