mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 22:17:42 +00:00
Ext2FS: More bitmap misunderstanding cleanups.
Inode bitmaps are also only ever one block.
This commit is contained in:
parent
1bf37db9a9
commit
14ceabeca8
2 changed files with 18 additions and 70 deletions
|
@ -103,11 +103,6 @@ private:
|
|||
Vector<BlockIndex> block_list_for_inode(const ext2_inode&, bool include_block_list_blocks = false) const;
|
||||
bool write_block_list_for_inode(InodeIndex, ext2_inode&, const Vector<BlockIndex>&);
|
||||
|
||||
void dump_block_bitmap(GroupIndex) const;
|
||||
void dump_inode_bitmap(GroupIndex) const;
|
||||
|
||||
template<typename F> void traverse_inode_bitmap(GroupIndex, F) const;
|
||||
|
||||
bool add_inode_to_directory(InodeIndex parent, InodeIndex child, const String& name, byte file_type, int& error);
|
||||
bool write_directory_inode(InodeIndex, Vector<DirectoryEntry>&&);
|
||||
bool get_inode_allocation_state(InodeIndex) const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue