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

Enum Ext2InodeType

Kernel/include/fs/ext2.h:56–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 };
55
56 enum Ext2InodeType {
57 BadInode = 1,
58 RootInode = 2,
59 ACLIndexInode = 3,
60 ACLDataInode = 4,
61 BootloaderInode = 5,
62 UndeleteDirInode = 6,
63 };
64
65 enum CompatibleFeatures{
66 DirectoryPreallocation = 0x1, // Preallocate blocks for new directories

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected