Searched refs:hfs_itime (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h200 time_t hfs_itime; /* file system creation time (creation date of the root folder) */ member in struct:hfsmount
H A Dhfs_search.c454 (filecreatedate == (time_t)hfsmp->hfs_itime ||
459 (filecreatedate == (time_t)hfsmp->hfs_itime ||
H A Dhfs_link.c961 priv_attrp->ca_itime = hfsmp->hfs_itime;
H A Dhfs_vfsutils.c121 vcb->hfs_itime = to_bsd_time(LocalToUTC(SWAP_BE32(mdb->drCrDate)));
673 vcb->hfs_itime = cnattr.ca_itime;
H A Dhfs_catalog.c690 && ((to_bsd_time(recp->hfsPlusFile.createDate) == (time_t)hfsmp->hfs_itime) ||
2894 ((itime == (time_t)hfsmp->hfs_itime) ||
2907 ((itime == (time_t)hfsmp->hfs_itime) ||
H A Dhfs_vfsops.c3571 mdb->drCrDate = SWAP_BE32 (UTCToLocal(to_hfs_time(vcb->hfs_itime)));
7511 fsap->f_create_time.tv_sec = hfsmp->hfs_itime;

Completed in 124 milliseconds