pub fn write_dumpfile(
writer: &mut impl Write,
fs: &FileSystem<impl FsVerityHashValue>,
) -> Result<()>Expand description
Writes a complete filesystem tree to the composefs dumpfile format.
Serializes the entire filesystem structure including all directories, files, metadata, and handles hardlink tracking automatically.