Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dfsck_minix.c266 #define MAGIC (Super.s_magic) macro
643 if (MAGIC == MINIX1_SUPER_MAGIC) { in read_superblock()
644 } else if (MAGIC == MINIX1_SUPER_MAGIC2) { in read_superblock()
648 } else if (MAGIC == MINIX2_SUPER_MAGIC) { in read_superblock()
650 } else if (MAGIC == MINIX2_SUPER_MAGIC2) { in read_superblock()