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

/macosx-10.10.1/hfs-285/newfs_hfs/
H A Dhfs_endian.c61 src->drCrDate = SWAP_BE32 (src->drCrDate);
/macosx-10.10.1/pdisk-9/
H A Dhfs_misc.c65 u16 drCrDate[2]; // date and time of volume creation member in struct:mdb_record
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_format.h619 u_int32_t drCrDate; /* date and time of volume creation */ member in struct:HFSMasterDirectoryBlock
H A Dhfs_vfsops.c3616 mdb->drCrDate = SWAP_BE32 (UTCToLocal(to_hfs_time(vcb->hfs_itime)));
3860 if ( SWAP_BE32 (mdb->drCrDate) != vcb->localCreateDate )
3866 mdb->drCrDate = SWAP_BE32 (vcb->localCreateDate); /* pick up the new create date */
H A Dhfs_vfsutils.c133 vcb->hfs_itime = to_bsd_time(LocalToUTC(SWAP_BE32(mdb->drCrDate)));
134 vcb->localCreateDate = SWAP_BE32 (mdb->drCrDate);
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DSUtils.c2268 if ( mdb->drCrDate != vcb->vcbCreateDate ) // The creation date changed
2270 mdb->drCrDate = vcb->vcbCreateDate;
2334 mdbP->drCrDate = vcb->vcbCreateDate;
H A Dhfs_endian.c92 src->drCrDate = SWAP_BE32 (src->drCrDate);
H A DSRebuildBTree.c233 myVCBPtr->vcbCreateDate = myMDBPtr->drCrDate;
H A DSVerify2.c1424 if ( mdbP->drCrDate != vcb->vcbCreateDate ) {
1426 plog( "\tinvalid MDB drCrDate \n" );
H A DSVerify1.c746 vcb->vcbCreateDate = myMDBPtr->drCrDate;
3317 vcb->vcbCreateDate = alternateMDB->drCrDate; /* use creation date in alt MDB */
/macosx-10.10.1/hfs-285/mount_hfs/
H A Dmount_hfs.c330 volume_create_time = SWAP_BE32 (mdbPtr->drCrDate);

Completed in 274 milliseconds