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

Enum ErrorAction

Kernel/include/fs/ext2.h:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49namespace fs::Ext2{
50 enum ErrorAction{
51 Continue = 1, // Continue
52 ReadOnly = 2, // Mount readonly
53 KernelPanic = 3, // Kernel Panic
54 };
55
56 enum Ext2InodeType {
57 BadInode = 1,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected