Searched defs:hfsplus (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/blkid/
H A Dprobe.c1191 struct hfsplus_vol_header *hfsplus; local
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",
[all...]

Completed in 61 milliseconds