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

  /system/extras/ext4_utils/
indirect.c 49 sparse_file_add_data(info.sparse_file, ptr, len, region_block);
126 sparse_file_add_data(info.sparse_file, ind_block_data, info.block_size,
156 sparse_file_add_data(info.sparse_file, dind_block_data, info.block_size,
205 sparse_file_add_data(info.sparse_file, ind_block_data, info.block_size,
237 sparse_file_add_data(info.sparse_file, dind_block_data, info.block_size,
269 sparse_file_add_data(info.sparse_file, tind_block_data, info.block_size,
449 sparse_file_add_data(info.sparse_file, dind_block_data, info.block_size,
455 sparse_file_add_data(info.sparse_file, ind_block_data,
ext4_utils.c 231 sparse_file_add_data(info.sparse_file, aux_info.backup_sb[i],
234 sparse_file_add_data(info.sparse_file, aux_info.bg_desc,
260 sparse_file_add_data(info.sparse_file, buf, info.block_size, 0);
262 sparse_file_add_data(info.sparse_file, aux_info.sb, 1024, 1);
extent.c 46 sparse_file_add_data(info.sparse_file, ptr, len, region_block);
128 sparse_file_add_data(info.sparse_file, data, info.block_size,
allocate.c 184 sparse_file_add_data(info.sparse_file, bg->inode_table,
302 sparse_file_add_data(info.sparse_file, bg->bitmaps, 2 * info.block_size,
720 int result = sparse_file_add_data(info.sparse_file, block, info.block_size, block_num);
722 error("get_xattr: sparse_file_add_data failure %d", result);
  /system/core/libsparse/include/sparse/
sparse.h 46 * sparse_file_add_data can be freed by the caller
51 * sparse_file_add_data - associate a data chunk with a sparse file
68 int sparse_file_add_data(struct sparse_file *s,
  /system/core/libsparse/
sparse.c 54 int sparse_file_add_data(struct sparse_file *s, function

Completed in 1751 milliseconds