Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dsparse_format.h24 __le32 total_blks; /* total blocks in the non-sparse output image */ member
Dsimg2img.c212 if (sparse_header.total_blks != total_blocks) { in main()
214 total_blocks, sparse_header.total_blks); in main()
Doutput_file.c142 .total_blks = 0,
315 sparse_header.total_blks = info.len / info.block_size, in open_output_file()