Searched refs:PARTITION_IFS (Results 1 – 9 of 9) sorted by relevance
250 else if (PartitionType == PARTITION_IFS) in InferFileSystemWorker()390 return PARTITION_IFS; in FileSystemToMBRPartitionType()
3215 if (PartEntry->PartitionType == PARTITION_IFS) in IsSupportedActivePartition()
273 #define PARTITION_IFS 0x07 macro317 (((PartitionType) & ~VALID_NTFT) == PARTITION_IFS) || \331 ((PartitionType) == PARTITION_IFS) || \347 ((PartitionType) == PARTITION_IFS) || \
229 #define PARTITION_IFS 0x07 macro273 (((PartitionType) & ~VALID_NTFT) == PARTITION_IFS) || \287 ((PartitionType) == PARTITION_IFS) || \303 ((PartitionType) == PARTITION_IFS) || \
94 #define PARTITION_IFS 0x07 // IFS Partition macro
283 #define PARTITION_IFS 0x07 /* IFS Partition */ macro
86 if (PartitionInfo.PartitionType != PARTITION_IFS) in NtfsHasFileSystem()
476 else if (PartEntry->PartitionType == PARTITION_IFS) in AddPartitionToDisk()
2727 if(PartitionInfo->PartitionType != PARTITION_IFS) { in UDFGetBlockSize()