Searched refs:probe_zfs (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 874 static int probe_zfs(struct blkid_probe *probe, struct blkid_magic *id, in probe_zfs() function 1451 { "zfs", 8, 0, 8, "\0\0\x02\xf5\xb0\x07\xb1\x0c", probe_zfs }, 1452 { "zfs", 8, 0, 8, "\x0c\xb1\x07\xb0\xf5\x02\0\0", probe_zfs }, 1453 { "zfs", 264, 0, 8, "\0\0\x02\xf5\xb0\x07\xb1\x0c", probe_zfs }, 1454 { "zfs", 264, 0, 8, "\x0c\xb1\x07\xb0\xf5\x02\0\0", probe_zfs },
|