Searched refs:MAX_WRITE (Results 1 – 1 of 1) sorted by relevance
55 const MAX_WRITE: u32 = 1 << 13; // This is a read-only filesystem in run_fuse() constant72 Ok(fuse::worker::start_message_loop(dev_fuse, MAX_READ, MAX_WRITE, ZipFuse::new(zip_file)?)?) in run_fuse()