18 | | * oper_restfs() -> decompression_threads -> archiver_reader_threads -> read_archive_main_header -> check_min_ver. -> show_info. -> check_cmd ...and_Sth. -> read_the_fsinfo_header -> extract_filesystem_contents -> ... |
19 | | * (sub)extract_filesystem_contents -> extract_filesystem_extract() -> get destination_partation _> check_ver. -> check the partation mount info -> read filesystem header from archive(-> queue_dequeue_header_...) -> get index of the filesystem in the F.S. table -> make file system -> mount the new file system -> ... |
| 18 | * [Note] oper_restfs() -> decompression_threads -> archiver_reader_threads -> read_archive_main_header -> check_min_ver. -> show_info. -> check_cmd ...and_Sth. -> read_the_fsinfo_header -> extract_filesystem_contents -> ... |
| 19 | * [Note] (sub)extract_filesystem_contents -> extract_filesystem_extract() -> get destination_partation _> check_ver. -> check the partation mount info -> read filesystem header from archive(-> queue_dequeue_header_...) -> get index of the filesystem in the F.S. table -> make file system -> mount the new file system -> ... |