Searched refs:ext4_sparse_file (Results 1 – 7 of 7) sorted by relevance
/external/qemu/distrib/ext4_utils/src/ |
D | ext2simg.c | 130 sparse_file_add_file(ext4_sparse_file, filename, 0, in build_sparse_ext() 155 sparse_file_add_file(ext4_sparse_file, filename, in build_sparse_ext() 169 sparse_file_add_file(ext4_sparse_file, filename, in build_sparse_ext() 234 ext4_sparse_file = sparse_file_new(info.block_size, info.len); in main() 253 sparse_file_destroy(ext4_sparse_file); in main()
|
D | indirect.c | 47 sparse_file_add_data(ext4_sparse_file, ptr, len, region_block); in create_backing() 124 sparse_file_add_data(ext4_sparse_file, ind_block_data, info.block_size, in fill_dindirect_block() 154 sparse_file_add_data(ext4_sparse_file, dind_block_data, info.block_size, in fill_tindirect_block() 203 sparse_file_add_data(ext4_sparse_file, ind_block_data, info.block_size, in inode_attach_indirect_blocks() 235 sparse_file_add_data(ext4_sparse_file, dind_block_data, info.block_size, in inode_attach_dindirect_blocks() 267 sparse_file_add_data(ext4_sparse_file, tind_block_data, info.block_size, in inode_attach_tindirect_blocks() 447 sparse_file_add_data(ext4_sparse_file, dind_block_data, info.block_size, in inode_attach_resize() 453 sparse_file_add_data(ext4_sparse_file, ind_block_data, in inode_attach_resize()
|
D | ext4_utils.c | 47 struct sparse_file *ext4_sparse_file; variable 85 sparse_file_write(ext4_sparse_file, fd, gz, sparse, crc); in write_ext4_image() 229 sparse_file_add_data(ext4_sparse_file, aux_info.backup_sb[i], in ext4_fill_in_sb() 232 sparse_file_add_data(ext4_sparse_file, aux_info.bg_desc, in ext4_fill_in_sb() 258 sparse_file_add_data(ext4_sparse_file, buf, info.block_size, 0); in ext4_queue_sb() 260 sparse_file_add_data(ext4_sparse_file, aux_info.sb, 1024, 1); in ext4_queue_sb()
|
D | extent.c | 45 sparse_file_add_data(ext4_sparse_file, ptr, len, region_block); in extent_create_backing() 67 sparse_file_add_file(ext4_sparse_file, filename, offset, len, in extent_create_backing_file() 127 sparse_file_add_data(ext4_sparse_file, data, info.block_size, in do_inode_allocate_extents()
|
D | make_ext4fs.c | 383 if (ext4_sparse_file) { in reset_ext4fs_info() 384 sparse_file_destroy(ext4_sparse_file); in reset_ext4fs_info() 385 ext4_sparse_file = NULL; in reset_ext4fs_info() 569 ext4_sparse_file = sparse_file_new(info.block_size, info.len); in make_ext4fs_internal() 632 sparse_file_destroy(ext4_sparse_file); in make_ext4fs_internal() 633 ext4_sparse_file = NULL; in make_ext4fs_internal()
|
D | ext4_utils.h | 119 extern struct sparse_file *ext4_sparse_file;
|
D | allocate.c | 183 sparse_file_add_data(ext4_sparse_file, bg->inode_table, in allocate_bg_inode_table() 301 sparse_file_add_data(ext4_sparse_file, bg->bitmaps, 2 * info.block_size, in init_bg() 687 int result = sparse_file_add_data(ext4_sparse_file, block, info.block_size, block_num); in get_xattr_block_for_inode()
|