MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / ErrorCode

Enum ErrorCode

Kernel/include/fs/ext2.h:96–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 };
95
96 enum ErrorCode{
97 NoError,
98 DiskReadError,
99 DiskWriteError,
100 InvalidInodeError,
101 FilesystemAccessError,
102 IncompatibleError,
103 MiscError,
104 };
105
106 #define EXT2_READONLY_FEATURE_SUPPORT (ReadonlyFeatures::Sparse | ReadonlyFeatures::LargeFiles)
107 #define EXT2_INCOMPAT_FEATURE_SUPPORT (IncompatibleFeatures::Filetype)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected