mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 21:25:07 +00:00
Support the ext2 directory entry file_type field.
This commit is contained in:
parent
e7901476d3
commit
47fc6344ac
2 changed files with 23 additions and 6 deletions
|
@ -54,7 +54,7 @@ private:
|
|||
template<typename F>
|
||||
void traverseInodeBitmap(unsigned groupIndex, F) const;
|
||||
|
||||
bool addInodeToDirectory(unsigned directoryInode, unsigned inode, const String& name);
|
||||
bool addInodeToDirectory(unsigned directoryInode, unsigned inode, const String& name, byte fileType);
|
||||
bool writeDirectoryInode(unsigned directoryInode, Vector<DirectoryEntry>&&);
|
||||
bool setInodeAllocationState(unsigned inode, bool);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue