diff options
| author | Amlal <amlal@nekernel.org> | 2025-05-10 14:04:31 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-05-10 14:04:31 +0200 |
| commit | a3dde6ad12d8b607d493ddac4f54c8f5d2c3082c (patch) | |
| tree | aa1d4e01a9381ab118fc690905636fba16cc7cbc /dev/kernel/FSKit/HeFS.h | |
| parent | b816e857b2d3b602473bf28703ad2cff722535e5 (diff) | |
dev(kernel): saving changes regarding HeFS, and also for the 0.0.2e2 release.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/kernel/FSKit/HeFS.h')
| -rw-r--r-- | dev/kernel/FSKit/HeFS.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev/kernel/FSKit/HeFS.h b/dev/kernel/FSKit/HeFS.h index 309a4338..dda9f041 100644 --- a/dev/kernel/FSKit/HeFS.h +++ b/dev/kernel/FSKit/HeFS.h @@ -175,7 +175,8 @@ struct PACKED HEFS_INDEX_NODE final { /// @brief Extents system by using blocks
/// @details Using an offset to ask fBase, and fLength to compute each slice's length.
- UInt64 fOffsetSlices;
+ UInt32 fOffsetSliceLow;
+ UInt32 fOffsetSliceHigh;
HEFS_SLICE_NODE fSlices[kHeFSSliceCount]; /// @brief block slice, unused as of current HeFS.
|
