Searched refs:encodingsBitmap (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_format.h653 u_int64_t encodingsBitmap; /* which encodings have been use on this volume */ member in struct:HFSPlusVolumeHeader
H A Dhfs.h166 u_int64_t encodingsBitmap; /* in-use encodings */ member in struct:hfsmount
H A Dhfs_vfsops.c739 vcb->encodingsBitmap = SWAP_BE64 (vhp->encodingsBitmap);
2830 if (index < 64 && (hfsmp->encodingsBitmap & (u_int64_t)(1ULL << index)) == 0) {
2832 hfsmp->encodingsBitmap |= (u_int64_t)(1ULL << index);
3125 volumeHeader->encodingsBitmap = SWAP_BE64 (vcb->encodingsBitmap);
H A Dhfs_vfsutils.c382 vcb->encodingsBitmap = SWAP_BE64(vhp->encodingsBitmap);

Completed in 32 milliseconds