Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/mft.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/attribute/mod.rs')
-rw-r--r--src/attribute/mod.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/attribute/mod.rs b/src/attribute/mod.rs
index e50f21c..8ac11ce 100644
--- a/src/attribute/mod.rs
+++ b/src/attribute/mod.rs
@@ -149,6 +149,12 @@ pub enum MftAttributeType {
BITMAP = 0xB0_u32,
/// The reparse point data.
ReparsePoint = 0xC0_u32,
+ /// Used for backward compatibility with OS/2 applications (HPFS)
+ EaInformation = 0xD0_u32,
+ /// Used for backward compatibility with OS/2 applications (HPFS)
+ EA = 0xE0_u32,
+ /// Keys and other information about encrypted attributes (NTFS 3.0+; Windows 2000+)
+ LoggedUtilityStream = 0x100_u32,
}
bitflags! {