Home
last modified time | relevance | path

Searched refs:SGI_LABEL_MAGIC (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/block/partitions/
Dsgi.h7 #define SGI_LABEL_MAGIC 0x0be5a941 macro
Dsgi.c47 if(be32_to_cpu(magic) != SGI_LABEL_MAGIC) { in sgi_partition()