summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/FSKit
diff options
context:
space:
mode:
Diffstat (limited to 'dev/Kernel/FSKit')
-rw-r--r--dev/Kernel/FSKit/NeFS.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev/Kernel/FSKit/NeFS.h b/dev/Kernel/FSKit/NeFS.h
index c56d5838..ffd56d03 100644
--- a/dev/Kernel/FSKit/NeFS.h
+++ b/dev/Kernel/FSKit/NeFS.h
@@ -167,8 +167,13 @@ struct PACKED NEFS_CATALOG_STRUCT final
Kernel::Lba DataFork;
Kernel::Lba ResourceFork;
+ /// Tree allocation tracker.
Kernel::Lba NextSibling;
Kernel::Lba PrevSibling;
+
+ /// Best-buddy tracker.
+ Kernel::Lba NextBestSibling;
+ Kernel::Lba NextPrevSibling;
};
/// @brief Fork type, contains a data page.