Home
last modified time | relevance | path

Searched refs:cre_date (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vfsops.c557 fsid = hsvp->cre_date.tv_sec; in compute_cdrom_id()
1091 hs_parse_longdate(HSV_cre_date(volp), &hvp->cre_date); in hs_parsehsvol()
1308 hs_parse_longdate(ISO_cre_date(volp), &hvp->cre_date); in hs_parseisovol()
1507 if (fvolp->cre_date.tv_sec == 0) { in hsfs_mountroot()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h139 struct timeval cre_date; /* volume creation time */ member