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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs.h205 u_int32_t localCreateDate; /* creation times for HFS+ volumes are in local time */ member in struct:hfsmount
H A Dhfs_vfsops.c741 vcb->localCreateDate = SWAP_BE32 (vhp->createDate); /* hfs+ create date is in local time */
3067 (SWAP_BE32 (volumeHeader->createDate) != vcb->localCreateDate)) {
3082 if ( SWAP_BE32 (mdb->drCrDate) != vcb->localCreateDate )
3088 mdb->drCrDate = SWAP_BE32 (vcb->localCreateDate); /* pick up the new create date */
3113 volumeHeader->createDate = SWAP_BE32 (vcb->localCreateDate); /* volume create date is in local time */
H A Dhfs_readwrite.c1830 *(user_time_t *)(ap->a_data) = (user_time_t) (to_bsd_time(VTOVCB(vp)->localCreateDate));
1833 *(time_t *)(ap->a_data) = to_bsd_time(VTOVCB(vp)->localCreateDate);
H A Dhfs_vfsutils.c118 vcb->localCreateDate = SWAP_BE32 (mdb->drCrDate);
383 vcb->localCreateDate = SWAP_BE32(vhp->createDate);
H A Dhfs_catalog.c2212 *valptr = OSSwapHostToBigInt32(hfsmp->localCreateDate);

Completed in 41 milliseconds