Home
last modified time | relevance | path

Searched refs:di_birthnsec (Results 1 – 10 of 10) sorted by relevance

/freebsd-10-stable/sys/ufs/ufs/
Ddinode.h140 int32_t di_birthnsec; /* 76: Inode creation time. */ member
Dufs_vnops.c494 vap->va_birthtime.tv_nsec = ip->i_din2->di_birthnsec;
658 ip->i_din2->di_birthnsec = vap->va_birthtime.tv_nsec;
/freebsd-10-stable/usr.sbin/makefs/ffs/
Dufs_inode.h79 #define i_ffs2_birthnsec i_din.ffs2_din.di_birthnsec
Dffs_bswap.c164 n->di_birthnsec = bswap32(o->di_ctimensec); in ffs_dinode2_swap()
/freebsd-10-stable/sbin/fsdb/
Dfsdbutil.c161 dp->dp2.di_birthnsec); in printstat()
Dfsdb.c1155 curinode->dp2.di_birthnsec = nsecs; in CMDFUNCSTART()
/freebsd-10-stable/sbin/growfs/
Ddebug.c764 fprintf(dbg_log, "birthnsec int32_t 0x%08x\n", ino->di_birthnsec); in dbg_dump_ufs2_ino()
/freebsd-10-stable/sbin/dump/
Dtraverse.c500 spcl.c_birthtimensec = dp->dp2.di_birthnsec; in dumpino()
/freebsd-10-stable/usr.sbin/makefs/
Dffs.c712 dinp->di_birthnsec = cur->inode->st.st_birthtimensec; in ffs_build_dinode2()
/freebsd-10-stable/sys/ufs/ffs/
Dffs_alloc.c1101 ip->i_din2->di_birthnsec = ts.tv_nsec;