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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_format.h689 u_int64_t encodingsBitmap; /* which encodings have been use on this volume */ member in struct:HFSPlusVolumeHeader
H A Dhfs.h190 u_int64_t encodingsBitmap; /* in-use encodings */ member in struct:hfsmount
H A Dhfs_vfsops.c933 vcb->encodingsBitmap = SWAP_BE64 (vhp->encodingsBitmap);
3484 if (index < 64 && (hfsmp->encodingsBitmap & (u_int64_t)(1ULL << index)) == 0) {
3486 hfsmp->encodingsBitmap |= (u_int64_t)(1ULL << index);
3807 volumeHeader->encodingsBitmap = SWAP_BE64 (vcb->encodingsBitmap);
H A Dhfs_vfsutils.c428 vcb->encodingsBitmap = SWAP_BE64(vhp->encodingsBitmap);

Completed in 180 milliseconds