Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/partitions/
Dsgi.h8 #define SGI_LABEL_MAGIC 0x0be5a941 macro
Dsgi.c52 if(be32_to_cpu(magic) != SGI_LABEL_MAGIC) { in sgi_partition()