-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement block addressing format (#16)
* WIP * define GetBlockAddress method * support i-node without extents * append entry * consider flag * implement error handling * fix error * Remove unnecessary code * add error check * implement logic to resolve indirect address mapping * implement the logic to read a file from file blocks * fix loop condition * fix alignment for directory reader * wrap the error message Co-authored-by: Masahiro331 <[email protected]> * extract same logic * print block address in an error message --------- Co-authored-by: yusuke.koyoshi <[email protected]> Co-authored-by: Masahiro331 <[email protected]>
- Loading branch information
1 parent
13e5911
commit ca14e63
Showing
2 changed files
with
241 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters