Home
last modified time | relevance | path

Searched refs:di_birthtime (Results 1 – 12 of 12) sorted by relevance

/freebsd-12-stable/sys/ufs/ufs/
Ddinode.h138 ufs_time_t di_birthtime; /* 56: Inode creation time. */ member
Dufs_vnops.c472 vap->va_birthtime.tv_sec = ip->i_din2->di_birthtime;
634 ip->i_din2->di_birthtime = vap->va_birthtime.tv_sec;
/freebsd-12-stable/usr.sbin/makefs/ffs/
Dufs_inode.h80 #define i_ffs2_birthtime i_din.ffs2_din.di_birthtime
Dffs_bswap.c161 n->di_birthtime = bswap64(o->di_ctime); in ffs_dinode2_swap()
/freebsd-12-stable/sbin/fsdb/
Dfsdbutil.c158 t = _time64_to_time(dp->dp2.di_birthtime); in printstat()
Dfsdb.c1184 curinode->dp2.di_birthtime = _time_to_time64(secs); in CMDFUNCSTART()
/freebsd-12-stable/sbin/growfs/
Ddebug.c763 fprintf(dbg_log, "birthtime ufs_time_t %10jd\n", ino->di_birthtime); in dbg_dump_ufs2_ino()
/freebsd-12-stable/sbin/tunefs/
Dtunefs.c1050 dp2->di_birthtime = utime; in journal_alloc()
/freebsd-12-stable/sbin/dump/
Dtraverse.c501 spcl.c_birthtime = _time64_to_time(dp->dp2.di_birthtime); in dumpino()
/freebsd-12-stable/usr.sbin/makefs/
Dffs.c743 dinp->di_birthtime = st->st_birthtime; in ffs_build_dinode2()
/freebsd-12-stable/sbin/newfs/
Dmkfs.c918 node.dp2.di_birthtime = utime; in fsinit()
/freebsd-12-stable/sys/ufs/ffs/
Dffs_alloc.c1174 ip->i_din2->di_birthtime = ts.tv_sec;