Home
last modified time | relevance | path

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

/external/e2fsprogs/contrib/android/
Dext2simg.c69 unsigned int nb_blk = chunk_end - chunk_start; in add_chunk() local
70 size_t len = nb_blk * fs->blocksize; in add_chunk()
89 retval = io_channel_read_blk64(fs->io, chunk_start, nb_blk, bi->buf); in add_chunk()
115 blk_t first_blk, last_blk, nb_blk, cur_blk; in ext_to_sparse() local
127 nb_blk = last_blk - first_blk + 1; in ext_to_sparse()
129 s = sparse_file_new(fs->blocksize, (uint64_t)fs->blocksize * (uint64_t)nb_blk); in ext_to_sparse()