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

  /external/qemu/distrib/ext4_utils/src/
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,
ext4_utils.c 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);
extent.c 45 sparse_file_add_data(ext4_sparse_file, ptr, len, region_block);
127 sparse_file_add_data(ext4_sparse_file, data, info.block_size,
allocate.c 183 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);
689 error("get_xattr: sparse_file_add_data failure %d", result);
  /system/extras/ext4_utils/
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);
127 sparse_file_add_data(ext4_sparse_file, data, info.block_size,
ext4_utils.c 277 sparse_file_add_data(ext4_sparse_file, aux_info.backup_sb[i],
280 sparse_file_add_data(ext4_sparse_file, aux_info.bg_desc,
306 sparse_file_add_data(ext4_sparse_file, buf, info.block_size, 0);
308 sparse_file_add_data(ext4_sparse_file, aux_info.sb, 1024, 1);
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);
690 error("get_xattr: sparse_file_add_data failure %d", result);
  /external/qemu/distrib/libsparse/include/sparse/
sparse.h 50 * sparse_file_add_data can be freed by the caller
55 * sparse_file_add_data - associate a data chunk with a sparse file
72 int sparse_file_add_data(struct sparse_file *s,
  /system/core/libsparse/include/sparse/
sparse.h 50 * sparse_file_add_data can be freed by the caller
55 * sparse_file_add_data - associate a data chunk with a sparse file
72 int sparse_file_add_data(struct sparse_file *s,
  /system/extras/f2fs_utils/
f2fs_ioutils.c 135 sparse_file_add_data(f2fs_sparse_file, bi->buf, byte_len, byte_offset/F2FS_BLKSIZE);
  /external/qemu/distrib/libsparse/src/
sparse.c 55 int sparse_file_add_data(struct sparse_file *s, function
  /system/core/libsparse/
sparse.c 55 int sparse_file_add_data(struct sparse_file *s, function

Completed in 149 milliseconds