bootloader/btrfs/src
Janis 9602b399e0 find inodes by path, inodeid and by parent
- impl Display for NodeHandle which only shows the node header and the index of
the handle
- Fs<T> has functionality for retrieving the root directory, looking up inodeids
by absolute path, getting the inodeitem, inoderef, dirindex and diritem by
inodeid, listing extents of a inodeid (if regfile)
- simple INode structure holding the inodeid and the path to the inode as a list
of byte sequences
2023-04-02 00:30:13 +02:00
..
v2 find inodes by path, inodeid and by parent 2023-04-02 00:30:13 +02:00
crc32c.rs idk stuff 2023-03-25 16:15:59 +01:00
lib.rs path helpers 2023-04-01 16:35:27 +02:00
path.rs path helper fix 2023-04-02 00:23:45 +02:00
structs.rs implementing TreeItem and parsing for extentdata 2023-04-02 00:26:52 +02:00
tree.rs slight refactor pre 2023-03-29 17:51:53 +02:00