Home | History | Annotate | Download | only in blkid

Lines Matching full:hfsplus

1191 	struct hfsplus_vol_header *hfsplus;
1229 hfsplus = (struct hfsplus_vol_header *) buf;
1232 hfsplus = (struct hfsplus_vol_header *) buf;
1234 if ((memcmp(hfsplus->signature, "H+", 2) != 0) &&
1235 (memcmp(hfsplus->signature, "HX", 2) != 0))
1238 uuid_ptr = (unsigned long long *)hfsplus->finder_info.id;
1245 blocksize = blkid_be32(hfsplus->blocksize);
1246 memcpy(extents, hfsplus->cat_file.extents, sizeof(extents));
1455 { "hfsplus", 1, 0, 2, "BD", probe_hfsplus },
1456 { "hfsplus", 1, 0, 2, "H+", probe_hfsplus },
1457 { "hfsplus", 1, 0, 2, "HX", probe_hfsplus },