HomeSort by relevance Sort by last modified time
    Searched refs:ext4_sparse_file (Results 1 - 7 of 7) sorted by null

  /system/extras/ext4_utils/
ext2simg.c 69 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);
indirect.c 47 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,
extent.c 45 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,
ext4_utils.c 51 struct sparse_file *ext4_sparse_file; variable in typeref:struct:sparse_file
174 sparse_file_write(ext4_sparse_file, fd, gz, sparse, crc);
327 sparse_file_add_data(ext4_sparse_file, aux_info.backup_sb[i],
330 sparse_file_add_data(ext4_sparse_file, aux_info.bg_desc,
356 sparse_file_add_data(ext4_sparse_file, buf, info.block_size, 0);
358 sparse_file_add_data(ext4_sparse_file, aux_info.sb, 1024, 1);
make_ext4fs.c 395 if (ext4_sparse_file) {
396 sparse_file_destroy(ext4_sparse_file);
397 ext4_sparse_file = NULL;
587 ext4_sparse_file = sparse_file_new(info.block_size, info.len);
667 sparse_file_destroy(ext4_sparse_file);
668 ext4_sparse_file = NULL;
ext4_utils.h 119 extern struct sparse_file *ext4_sparse_file;
allocate.c 184 sparse_file_add_data(ext4_sparse_file, bg->inode_table,
302 sparse_file_add_data(ext4_sparse_file, bg->bitmaps, 2 * info.block_size,
688 int result = sparse_file_add_data(ext4_sparse_file, block, info.block_size, block_num);

Completed in 374 milliseconds