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

/external/qemu/distrib/ext4_utils/src/
H A Dallocate.c183 sparse_file_add_data(ext4_sparse_file, bg->inode_table,
301 sparse_file_add_data(ext4_sparse_file, bg->bitmaps, 2 * info.block_size,
687 int result = sparse_file_add_data(ext4_sparse_file, block, info.block_size, block_num);
H A Dext2simg.c130 sparse_file_add_file(ext4_sparse_file, filename, 0,
155 sparse_file_add_file(ext4_sparse_file, filename,
169 sparse_file_add_file(ext4_sparse_file, filename,
234 ext4_sparse_file = sparse_file_new(info.block_size, info.len);
253 sparse_file_destroy(ext4_sparse_file);
H A Dext4_utils.c47 struct sparse_file *ext4_sparse_file; variable in typeref:struct:sparse_file
85 sparse_file_write(ext4_sparse_file, fd, gz, sparse, crc);
229 sparse_file_add_data(ext4_sparse_file, aux_info.backup_sb[i],
232 sparse_file_add_data(ext4_sparse_file, aux_info.bg_desc,
258 sparse_file_add_data(ext4_sparse_file, buf, info.block_size, 0);
260 sparse_file_add_data(ext4_sparse_file, aux_info.sb, 1024, 1);
H A Dext4_utils.h119 extern struct sparse_file *ext4_sparse_file;
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,
127 sparse_file_add_data(ext4_sparse_file, data, info.block_size,
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 Dmake_ext4fs.c383 if (ext4_sparse_file) {
384 sparse_file_destroy(ext4_sparse_file);
385 ext4_sparse_file = NULL;
569 ext4_sparse_file = sparse_file_new(info.block_size, info.len);
632 sparse_file_destroy(ext4_sparse_file);
633 ext4_sparse_file = NULL;

Completed in 238 milliseconds