Home
last modified time | relevance | path

Searched refs:di_atime (Results 1 – 14 of 14) sorted by relevance

/NextBSD/sys/ufs/ufs/
HDdinode.h133 ufs_time_t di_atime; /* 32: Last access time. */ member
173 int32_t di_atime; /* 16: Last access time. */ member
HDufs_vnops.c460 vap->va_atime.tv_sec = ip->i_din1->di_atime;
463 vap->va_atime.tv_sec = ip->i_din2->di_atime;
/NextBSD/usr.sbin/makefs/ffs/
HDufs_inode.h54 #define i_ffs1_atime i_din.ffs1_din.di_atime
73 #define i_ffs2_atime i_din.ffs2_din.di_atime
HDffs_bswap.c132 n->di_atime = bswap32(o->di_atime); in ffs_dinode1_swap()
156 n->di_atime = bswap64(o->di_atime); in ffs_dinode2_swap()
/NextBSD/sbin/fsdb/
HDfsdbutil.c178 t = _time32_to_time(dp->dp1.di_atime); in printstat()
180 t = _time64_to_time(dp->dp2.di_atime); in printstat()
HDfsdb.c1186 curinode->dp1.di_atime = _time_to_time32(secs); in CMDFUNCSTART()
1188 curinode->dp2.di_atime = _time_to_time64(secs); in CMDFUNCSTART()
/NextBSD/sbin/growfs/
HDdebug.c684 fprintf(dbg_log, "atime int32_t 0x%08x\n", ino->di_atime); in dbg_dump_ufs1_ino()
757 fprintf(dbg_log, "atime ufs_time_t %10jd\n", ino->di_atime); in dbg_dump_ufs2_ino()
/NextBSD/sbin/fsck_ffs/
HDinode.c701 DIP_SET(dp, di_atime, time(NULL)); in allocino()
702 DIP_SET(dp, di_ctime, DIP(dp, di_atime)); in allocino()
/NextBSD/sbin/tunefs/
HDtunefs.c1016 dp1->di_atime = utime; in journal_alloc()
1025 dp2->di_atime = utime; in journal_alloc()
/NextBSD/sbin/dump/
HDtraverse.c481 spcl.c_atime = _time32_to_time(dp->dp1.di_atime); in dumpino()
495 spcl.c_atime = _time64_to_time(dp->dp2.di_atime); in dumpino()
/NextBSD/usr.sbin/makefs/
HDffs.c656 dinp->di_atime = cur->inode->st.st_atime; in ffs_build_dinode1()
704 dinp->di_atime = cur->inode->st.st_atime; in ffs_build_dinode2()
/NextBSD/usr.sbin/quot/
HDquot.c459 DIP(super, dp, di_atime)); in douser()
/NextBSD/sbin/newfs/
HDmkfs.c845 node.dp1.di_atime = utime; in fsinit()
880 node.dp2.di_atime = utime; in fsinit()
/NextBSD/lib/libstand/
HDext2fs.c267 u_int32_t di_atime; /* access time */ member