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

/darwin-on-arm/xnu/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.c50 SLIST_HEAD(encodinglst, hfs_encoding) hfs_encoding_list = {0};
57 struct hfs_encoding { struct
58 SLIST_ENTRY(hfs_encoding) link;
101 struct hfs_encoding *encp;
103 MALLOC(encp, struct hfs_encoding *, sizeof(struct hfs_encoding), M_TEMP, M_WAITOK);
134 struct hfs_encoding *encp;
143 SLIST_REMOVE(&hfs_encoding_list, encp, hfs_encoding, link);
168 struct hfs_encoding *encp;
201 struct hfs_encoding *enc
[all...]
H A Dhfs_vfsops.c641 cp->c_desc.cd_encoding = args->hfsmp->hfs_encoding;
724 (args->hfs_encoding != (u_int32_t)VNOVAL) &&
725 (hfsmp->hfs_encoding != args->hfs_encoding)) {
727 retval = hfs_getconverter(args->hfs_encoding, &get_unicode_func, &get_hfsname_func);
742 old_encoding = hfsmp->hfs_encoding;
743 hfsmp->hfs_encoding = args->hfs_encoding;
782 vcb->volumeNameEncodingHint = args->hfs_encoding;
1610 hfsmp->hfs_encoding
[all...]
H A Dhfs.h179 u_int32_t hfs_encoding; /* Default encoding for non hfs+ volumes */ member in struct:hfsmount
H A Dhfs_catalog.c335 } else if (hfsmp->hfs_encoding != kTextEncodingMacRoman) {
4106 *encoding = hfsmp->hfs_encoding;
4114 if (error && hfsmp->hfs_encoding != kTextEncodingMacRoman) {

Completed in 36 milliseconds