Home
last modified time | relevance | path

Searched refs:cdate (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c970 ip->i_ctime.tv_sec = hsdep->hs_dir.cdate.tv_sec; in hs_seti()
971 ip->i_ctime.tv_usec = hsdep->hs_dir.cdate.tv_usec; in hs_seti()
1061 hs_parse_dirdate(HDE_cdate(bufp), &hdp->cdate); in hs_dodates()
1065 hs_parse_dirdate(IDE_cdate(bufp), &hdp->cdate); in hs_dodates()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h41 struct timeval cdate; /* creation date */ member
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_rrip.c189 &sig_args_p->hdp->cdate); in rrip_file_time()
H A Dhsfs_node.c948 hs_parse_dirdate(HDE_cdate(dirp), &hdp->cdate); in hs_parsedir()
977 hs_parse_dirdate(IDE_cdate(dirp), &hdp->cdate); in hs_parsedir()
H A Dhsfs_vnops.c279 vap->va_ctime.tv_sec = hp->hs_dirent.cdate.tv_sec; in hsfs_getattr()
280 vap->va_ctime.tv_nsec = hp->hs_dirent.cdate.tv_usec*1000; in hsfs_getattr()