Searched refs:ptable_gettype (Results 1 – 5 of 5) sorted by relevance
282 if ((ptable_gettype(od->table) == PTABLE_BSD || in disk_open()283 ptable_gettype(od->table) == PTABLE_VTOC) && in disk_open()291 } else if (ptable_gettype(od->table) == PTABLE_ISO9660) { in disk_open()305 if (ptable_gettype(od->table) == PTABLE_GPT) { in disk_open()352 if (ptable_gettype(table) != PTABLE_BSD && in disk_open()353 ptable_gettype(table) != PTABLE_VTOC) in disk_open()
85 enum ptable_type ptable_gettype(const struct ptable *table);
913 ptable_gettype(const struct ptable *table) in ptable_gettype() function
750 enum ptable_type pt = ptable_gettype(table); in probe_partition()
670 enum ptable_type pt = ptable_gettype(table); in zfs_probe_partition()