Home
last modified time | relevance | path

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

/reactos/base/setup/lib/utils/
H A Dfsrec.c250 else if (PartitionType == PARTITION_IFS) in InferFileSystemWorker()
390 return PARTITION_IFS; in FileSystemToMBRPartitionType()
H A Dpartlist.c3215 if (PartEntry->PartitionType == PARTITION_IFS) in IsSupportedActivePartition()
/reactos/sdk/include/psdk/
H A Dntdddisk.h273 #define PARTITION_IFS 0x07 macro
317 (((PartitionType) & ~VALID_NTFT) == PARTITION_IFS) || \
331 ((PartitionType) == PARTITION_IFS) || \
347 ((PartitionType) == PARTITION_IFS) || \
H A Dwinioctl.h229 #define PARTITION_IFS 0x07 macro
273 (((PartitionType) & ~VALID_NTFT) == PARTITION_IFS) || \
287 ((PartitionType) == PARTITION_IFS) || \
303 ((PartitionType) == PARTITION_IFS) || \
/reactos/boot/freeldr/freeldr/include/
H A Ddisk.h94 #define PARTITION_IFS 0x07 // IFS Partition macro
/reactos/sdk/include/reactos/wine/
H A Dwinioctl.h283 #define PARTITION_IFS 0x07 /* IFS Partition */ macro
/reactos/drivers/filesystems/ntfs/
H A Dfsctl.c86 if (PartitionInfo.PartitionType != PARTITION_IFS) in NtfsHasFileSystem()
/reactos/base/system/diskpart/
H A Dpartlist.c476 else if (PartEntry->PartitionType == PARTITION_IFS) in AddPartitionToDisk()
/reactos/drivers/filesystems/udfs/Include/
H A Dphys_lib.cpp2727 if(PartitionInfo->PartitionType != PARTITION_IFS) { in UDFGetBlockSize()