Home
last modified time | relevance | path

Searched defs:CowOptions (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dcow_writer.h40 struct CowOptions { struct
41 uint32_t block_size = 4096;
42 std::string compression;
45 std::optional<uint64_t> max_blocks;
48 uint32_t cluster_ops = 1024;
50 bool scratch_space = true;
53 uint64_t num_merge_ops = 0;
56 uint16_t num_compress_threads = 0;
59 bool batch_write = false;
62 uint64_t op_count_max = 0;
[all …]