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

/xnu-2782.1.97/bsd/hfs/
H A Dhfs_mount.h59 u_int32_t hfs_encoding; /* encoding for this volume (standard HFS only) */ member in struct:hfs_mount_args
H A Dhfs_encodings.c54 SLIST_HEAD(encodinglst, hfs_encoding) hfs_encoding_list = {0};
59 struct hfs_encoding { struct
60 SLIST_ENTRY(hfs_encoding) link;
153 struct hfs_encoding *encp;
155 MALLOC(encp, struct hfs_encoding *, sizeof(struct hfs_encoding), M_TEMP, M_WAITOK);
186 struct hfs_encoding *encp;
195 SLIST_REMOVE(&hfs_encoding_list, encp, hfs_encoding, link);
220 struct hfs_encoding *encp;
253 struct hfs_encoding *enc
[all...]
H A Dhfs_vfsops.c602 cp->c_desc.cd_encoding = args->hfsmp->hfs_encoding;
689 (args->hfs_encoding != (u_int32_t)VNOVAL) &&
690 (hfsmp->hfs_encoding != args->hfs_encoding)) {
692 retval = hfs_getconverter(args->hfs_encoding, &get_unicode_func, &get_hfsname_func);
707 old_encoding = hfsmp->hfs_encoding;
708 hfsmp->hfs_encoding = args->hfs_encoding;
750 vcb->volumeNameEncodingHint = args->hfs_encoding;
1542 hfsmp->hfs_encoding
[all...]
H A Dhfs.h188 u_int32_t hfs_encoding; /* Default encoding for non hfs+ volumes */ member in struct:hfsmount
H A Dhfs_catalog.c557 } else if (hfsmp->hfs_encoding != kTextEncodingMacRoman) {
4446 *encoding = hfsmp->hfs_encoding;
4454 if (error && hfsmp->hfs_encoding != kTextEncodingMacRoman) {

Completed in 73 milliseconds