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

  /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);
147 sparse_file_add_data(ext4_sparse_file, data, info.block_size,
ext4_utils.c 373 sparse_file_add_data(ext4_sparse_file, aux_info.bg_desc,
403 sparse_file_add_data(ext4_sparse_file, sb, info.block_size, start_block);
allocate.c 175 sparse_file_add_data(ext4_sparse_file, bg->inode_table,
287 sparse_file_add_data(ext4_sparse_file, bg->bitmaps, 2 * info.block_size,
692 int result = sparse_file_add_data(ext4_sparse_file, block, info.block_size, block_num);
694 error("get_xattr: sparse_file_add_data failure %d", result);
  /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 137 sparse_file_add_data(f2fs_sparse_file, bi->buf, byte_len, byte_offset/F2FS_BLKSIZE);
  /system/core/libsparse/
sparse.c 55 int sparse_file_add_data(struct sparse_file *s, function

Completed in 160 milliseconds