Searched refs:di_atime (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/boot/include/ufs/ufs/
H A Ddinode.h133 ufs_time_t di_atime; /* 32: Last access time. */ member in struct:ufs2_dinode
174 int32_t di_atime; /* 16: Last access time. */ member in struct:ufs1_dinode
/illumos-gate/usr/src/cmd/fs.d/ufs/quot/
H A Dquot.c346 if (now - ip->di_atime > 30 * DAY)
348 if (now - ip->di_atime > 60 * DAY)
350 if (now - ip->di_atime > 90 * DAY)
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dufs2.h129 grub_int32_t di_atime; /* 16: Last access time. */ member in struct:ufs1_dinode
153 ufs_time_t di_atime; /* 32: Last access time. */ member in struct:ufs2_dinode
H A Djfs.h468 struct timestruc_t di_atime; /* 8: time last data accessed */ member in struct:dinode
H A Dxfs.h497 xfs_timestamp_t di_atime; /* time last accessed */ member in struct:xfs_dinode_core
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dinode.c1230 dp->di_atime = (time32_t)t;
1231 dp->di_ctime = dp->di_atime;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_inode.h334 #define di_atime di_ic.ic_atime macro
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c759 timep[0] = (time_t)curfile.dip->di_atime;
1801 buf->c_dinode.di_atime = u_ospcl.s_ospcl.c_dinode.odi_atime;
H A Ddirs.c883 node.timep[0] = dip->di_atime;
/illumos-gate/usr/src/boot/lib/libstand/
H A Dext2fs.c267 u_int32_t di_atime; /* access time */ member in struct:ext2dinode
/illumos-gate/usr/src/cmd/fs.d/ufs/fsdb/
H A Dfsdb.c1169 (uintptr_t)cur_ino)->di_atime;
4070 t = ip->di_atime;

Completed in 753 milliseconds