Searched refs:ext4_sparse_file (Results 1 - 7 of 7) sorted by relevance

/system/extras/ext4_utils/
H A Dext2simg.c69 sparse_file_add_file(ext4_sparse_file, filename, 0,
94 sparse_file_add_file(ext4_sparse_file, filename,
108 sparse_file_add_file(ext4_sparse_file, filename,
173 ext4_sparse_file = sparse_file_new(info.block_size, info.len);
192 sparse_file_destroy(ext4_sparse_file);
H A Dindirect.c47 sparse_file_add_data(ext4_sparse_file, ptr, len, region_block);
124 sparse_file_add_data(ext4_sparse_file, ind_block_data, info.block_size,
154 sparse_file_add_data(ext4_sparse_file, dind_block_data, info.block_size,
203 sparse_file_add_data(ext4_sparse_file, ind_block_data, info.block_size,
235 sparse_file_add_data(ext4_sparse_file, dind_block_data, info.block_size,
267 sparse_file_add_data(ext4_sparse_file, tind_block_data, info.block_size,
447 sparse_file_add_data(ext4_sparse_file, dind_block_data, info.block_size,
453 sparse_file_add_data(ext4_sparse_file, ind_block_data,
H A Dextent.c45 sparse_file_add_data(ext4_sparse_file, ptr, len, region_block);
67 sparse_file_add_file(ext4_sparse_file, filename, offset, len,
147 sparse_file_add_data(ext4_sparse_file, data, info.block_size,
H A Dext4_utils.c51 struct sparse_file *ext4_sparse_file; variable in typeref:struct:sparse_file
193 sparse_file_write(ext4_sparse_file, fd, gz, sparse, crc);
373 sparse_file_add_data(ext4_sparse_file, aux_info.bg_desc,
403 sparse_file_add_data(ext4_sparse_file, sb, info.block_size, start_block);
H A Dext4_utils.h121 extern struct sparse_file *ext4_sparse_file;
H A Dmake_ext4fs.c415 if (ext4_sparse_file) {
416 sparse_file_destroy(ext4_sparse_file);
417 ext4_sparse_file = NULL;
785 ext4_sparse_file = sparse_file_new(info.block_size, info.len);
872 sparse_file_destroy(ext4_sparse_file);
873 ext4_sparse_file = NULL;
H A Dallocate.c175 sparse_file_add_data(ext4_sparse_file, bg->inode_table,
287 sparse_file_add_data(ext4_sparse_file, bg->bitmaps, 2 * info.block_size,
692 int result = sparse_file_add_data(ext4_sparse_file, block, info.block_size, block_num);

Completed in 271 milliseconds