Lines Matching full:hfsplus
1191 struct hfsplus_vol_header *hfsplus;
1228 hfsplus = (struct hfsplus_vol_header *) buf;
1231 hfsplus = (struct hfsplus_vol_header *) buf;
1233 if ((memcmp(hfsplus->signature, "H+", 2) != 0) &&
1234 (memcmp(hfsplus->signature, "HX", 2) != 0))
1237 uuid = blkid_le64(*((unsigned long long *) hfsplus->finder_info.id));
1243 blocksize = blkid_be32(hfsplus->blocksize);
1244 memcpy(extents, hfsplus->cat_file.extents, sizeof(extents));
1440 { "hfsplus", 1, 0, 2, "BD", probe_hfsplus },
1441 { "hfsplus", 1, 0, 2, "H+", probe_hfsplus },
1442 { "hfsplus", 1, 0, 2, "HX", probe_hfsplus },