Home
last modified time | relevance | path

Searched refs:sparse_file_add_data (Results 1 – 7 of 7) sorted by relevance

/system/extras/ext4_utils/
Dindirect.c47 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()
Dextent.c45 sparse_file_add_data(ext4_sparse_file, ptr, len, region_block); in extent_create_backing()
127 sparse_file_add_data(ext4_sparse_file, data, info.block_size, in do_inode_allocate_extents()
Dext4_utils.c327 sparse_file_add_data(ext4_sparse_file, aux_info.backup_sb[i], in ext4_fill_in_sb()
330 sparse_file_add_data(ext4_sparse_file, aux_info.bg_desc, in ext4_fill_in_sb()
356 sparse_file_add_data(ext4_sparse_file, buf, info.block_size, 0); in ext4_queue_sb()
358 sparse_file_add_data(ext4_sparse_file, aux_info.sb, 1024, 1); in ext4_queue_sb()
Dallocate.c184 sparse_file_add_data(ext4_sparse_file, bg->inode_table, in allocate_bg_inode_table()
302 sparse_file_add_data(ext4_sparse_file, bg->bitmaps, 2 * info.block_size, in init_bg()
688 int result = sparse_file_add_data(ext4_sparse_file, block, info.block_size, block_num); in get_xattr_block_for_inode()
/system/core/libsparse/include/sparse/
Dsparse.h72 int sparse_file_add_data(struct sparse_file *s,
/system/extras/f2fs_utils/
Df2fs_ioutils.c134 sparse_file_add_data(f2fs_sparse_file, bi->buf, byte_len, byte_offset/F2FS_BLKSIZE); in dev_write_sparse()
/system/core/libsparse/
Dsparse.c55 int sparse_file_add_data(struct sparse_file *s, in sparse_file_add_data() function