| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected