Searched refs:total_blks (Results 1 – 5 of 5) sorted by relevance
64 total_blks = header[6]86 % (path, total_blks, blk_sz, total_chunks))157 if total_blks != offset:159 % (total_blks, offset))
28 __le32 total_blks; /* total blocks in the non-sparse output image */ member
349 if (sparse_header.total_blks != cur_block) { in sparse_file_read_sparse()450 len = (int64_t)sparse_header.total_blks * sparse_header.blk_sz; in sparse_file_import()
580 .total_blks = out->len / out->block_size, in output_file_init()
89 int total_blks; in main() local118 total_blks = (st.st_size + st.st_blksize - 1) / st.st_blksize; in main()136 for (i = 1; i < total_blks; i++) { in main()