proxmox-backup/src/pxar
Christian Ebner b00689254a src/pxar/fuse.rs: impl lookup callback for fuse
The lookup call checks if the given filename is found in the directory referenced
by the i-node by calclulating the filenames hash and looking it up in the
directories goodbye table.
If found, the entries parameters are returned.
In order to be able to lookup the parent offset by a given file offset in the
readdir callback, this also stores the corresponding values in a HashMap.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
2019-09-10 10:54:23 +02:00
..
binary_search_tree.rs src/pxar/binary_search_tree.rs: fix test 2019-03-15 11:34:31 +01:00
catalog.rs src/backup/catalog_blob.rs: moved catalog impl. from pxar 2019-08-16 12:27:17 +02:00
decoder.rs src/pxar/decoder.rs: correctly handle hardlinks in `Decoder`s attribute function 2019-09-10 10:46:39 +02:00
dir_stack.rs src/pxar/dir_stack.rs: style fixups 2019-08-23 09:39:14 +02:00
encoder.rs src/pxar/encoder.rs: style fixups by rustfmt 2019-08-22 13:29:11 +02:00
flags.rs use new proxmox::sys::linux::magic 2019-08-03 09:28:57 +02:00
format_definition.rs src/pxar/format_definitions.rs: move header type in PxarHeader and hash in PxarGoodbyeItem to top of struct 2019-09-04 06:14:30 +02:00
fuse.rs src/pxar/fuse.rs: impl lookup callback for fuse 2019-09-10 10:54:23 +02:00
helper.rs src/pxar/encoder.rs: Refactor file stat 2019-05-28 06:23:49 +02:00
match_pattern.rs src/pxar/match_pattern.rs: style fixups 2019-08-23 09:37:56 +02:00
sequential_decoder.rs src/pxar/sequential_decoder.rs: make functions needed in non-sequential decoder accessible from within crate 2019-09-04 06:15:05 +02:00