Searched defs:sparse_file (Results 1 – 2 of 2) sorted by relevance
22 struct sparse_file { struct23 unsigned int block_size;24 int64_t len;25 bool verbose;27 struct backed_block_list *backed_block_list;28 struct output_file *out;
133 struct sparse_file *sparse_file; member