Home
last modified time | relevance | path

Searched refs:MAX_WRITE (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Virtualization/zipfuse/src/
Dmain.rs55 const MAX_WRITE: u32 = 1 << 13; // This is a read-only filesystem in run_fuse() constant
72 Ok(fuse::worker::start_message_loop(dev_fuse, MAX_READ, MAX_WRITE, ZipFuse::new(zip_file)?)?) in run_fuse()