Home
last modified time | relevance | path

Searched refs:di_ctime (Results 1 – 13 of 13) sorted by relevance

/NextBSD/usr.sbin/makefs/ffs/
HDffs_bswap.c136 n->di_ctime = bswap32(o->di_ctime); in ffs_dinode1_swap()
160 n->di_ctime = bswap64(o->di_ctime); in ffs_dinode2_swap()
162 n->di_birthtime = bswap64(o->di_ctime); in ffs_dinode2_swap()
HDufs_inode.h57 #define i_ffs1_ctime i_din.ffs1_din.di_ctime
76 #define i_ffs2_ctime i_din.ffs2_din.di_ctime
/NextBSD/sys/ufs/ufs/
HDdinode.h135 ufs_time_t di_ctime; /* 48: Last inode change time. */ member
177 int32_t di_ctime; /* 32: Last inode change time. */ member
HDufs_vnops.c481 vap->va_ctime.tv_sec = ip->i_din1->di_ctime;
490 vap->va_ctime.tv_sec = ip->i_din2->di_ctime;
/NextBSD/sbin/fsdb/
HDfsdbutil.c171 t = _time32_to_time(dp->dp1.di_ctime); in printstat()
173 t = _time64_to_time(dp->dp2.di_ctime); in printstat()
HDfsdb.c1203 curinode->dp1.di_ctime = _time_to_time32(secs); in CMDFUNCSTART()
1205 curinode->dp2.di_ctime = _time_to_time64(secs); in CMDFUNCSTART()
/NextBSD/sbin/growfs/
HDdebug.c691 fprintf(dbg_log, "ctime int32_t 0x%08x\n", ino->di_ctime); in dbg_dump_ufs1_ino()
759 fprintf(dbg_log, "ctime ufs_time_t %10jd\n", ino->di_ctime); in dbg_dump_ufs2_ino()
/NextBSD/sbin/fsck_ffs/
HDinode.c702 DIP_SET(dp, di_ctime, DIP(dp, di_atime)); in allocino()
703 DIP_SET(dp, di_mtime, DIP(dp, di_ctime)); in allocino()
/NextBSD/sbin/tunefs/
HDtunefs.c1018 dp1->di_ctime = utime; in journal_alloc()
1027 dp2->di_ctime = utime; in journal_alloc()
/NextBSD/usr.sbin/makefs/
HDffs.c658 dinp->di_ctime = cur->inode->st.st_ctime; in ffs_build_dinode1()
706 dinp->di_ctime = cur->inode->st.st_ctime; in ffs_build_dinode2()
/NextBSD/sbin/newfs/
HDmkfs.c847 node.dp1.di_ctime = utime; in fsinit()
882 node.dp2.di_ctime = utime; in fsinit()
/NextBSD/lib/libstand/
HDext2fs.c268 u_int32_t di_ctime; /* creation time */ member
/NextBSD/sbin/dump/
HDtraverse.c132 (DIP(dp, di_mtime) >= (t) || DIP(dp, di_ctime) >= (t))