bootloader/btrfs
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
..
src find inodes by path, inodeid and by parent 2023-04-02 00:30:13 +02:00
tests remove tests that rust-analyzer doesnt like 2023-03-29 17:52:27 +02:00
Cargo.toml added parents to nodehandle 2023-03-30 17:33:26 +02:00