Searched refs:di_ctime (Results 1 – 13 of 13) sorted by relevance
| /NextBSD/usr.sbin/makefs/ffs/ |
| HD | ffs_bswap.c | 136 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()
|
| HD | ufs_inode.h | 57 #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/ |
| HD | dinode.h | 135 ufs_time_t di_ctime; /* 48: Last inode change time. */ member 177 int32_t di_ctime; /* 32: Last inode change time. */ member
|
| HD | ufs_vnops.c | 481 vap->va_ctime.tv_sec = ip->i_din1->di_ctime; 490 vap->va_ctime.tv_sec = ip->i_din2->di_ctime;
|
| /NextBSD/sbin/fsdb/ |
| HD | fsdbutil.c | 171 t = _time32_to_time(dp->dp1.di_ctime); in printstat() 173 t = _time64_to_time(dp->dp2.di_ctime); in printstat()
|
| HD | fsdb.c | 1203 curinode->dp1.di_ctime = _time_to_time32(secs); in CMDFUNCSTART() 1205 curinode->dp2.di_ctime = _time_to_time64(secs); in CMDFUNCSTART()
|
| /NextBSD/sbin/growfs/ |
| HD | debug.c | 691 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/ |
| HD | inode.c | 702 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/ |
| HD | tunefs.c | 1018 dp1->di_ctime = utime; in journal_alloc() 1027 dp2->di_ctime = utime; in journal_alloc()
|
| /NextBSD/usr.sbin/makefs/ |
| HD | ffs.c | 658 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/ |
| HD | mkfs.c | 847 node.dp1.di_ctime = utime; in fsinit() 882 node.dp2.di_ctime = utime; in fsinit()
|
| /NextBSD/lib/libstand/ |
| HD | ext2fs.c | 268 u_int32_t di_ctime; /* creation time */ member
|
| /NextBSD/sbin/dump/ |
| HD | traverse.c | 132 (DIP(dp, di_mtime) >= (t) || DIP(dp, di_ctime) >= (t))
|