Searched refs:sparse_file_new (Results 1 - 6 of 6) sorted by relevance

/external/qemu/distrib/libsparse/include/sparse/
H A Dsparse.h30 * sparse_file_new - create a new sparse file cookie
42 struct sparse_file *sparse_file_new(unsigned int block_size, int64_t len);
/external/qemu/distrib/libsparse/src/
H A Dimg2simg.c92 s = sparse_file_new(block_size, len);
H A Dsparse.c30 struct sparse_file *sparse_file_new(unsigned int block_size, int64_t len) function
286 tmp = sparse_file_new(in_s->block_size, in_s->len);
292 s = sparse_file_new(in_s->block_size, in_s->len);
H A Dsparse_read.c451 s = sparse_file_new(sparse_header.blk_sz, len);
493 s = sparse_file_new(4096, len);
/external/qemu/distrib/ext4_utils/src/
H A Dext2simg.c234 ext4_sparse_file = sparse_file_new(info.block_size, info.len);
H A Dmake_ext4fs.c569 ext4_sparse_file = sparse_file_new(info.block_size, info.len);

Completed in 115 milliseconds