Searched refs:adate (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c968 ip->i_atime.tv_sec = hsdep->hs_dir.adate.tv_sec;
969 ip->i_atime.tv_usec = hsdep->hs_dir.adate.tv_usec;
1061 hs_parse_dirdate(HDE_cdate(bufp), &hdp->adate);
1065 hs_parse_dirdate(IDE_cdate(bufp), &hdp->adate);
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h45 struct timeval adate; /* last access date */ member in struct:hs_direntry
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_rrip.c178 &sig_args_p->hdp->adate);
H A Dhsfs_node.c949 hs_parse_dirdate(HDE_cdate(dirp), &hdp->adate);
978 hs_parse_dirdate(IDE_cdate(dirp), &hdp->adate);
H A Dhsfs_vnops.c332 vap->va_atime.tv_sec = hp->hs_dirent.adate.tv_sec;
333 vap->va_atime.tv_nsec = hp->hs_dirent.adate.tv_usec*1000;

Completed in 56 milliseconds