Searched refs:total_blks (Results 1 – 3 of 3) sorted by relevance
92 debug("total_blks: %d\n", sparse_header->total_blks); in write_sparse_image()252 total_blocks, sparse_header->total_blks); in write_sparse_image()255 if (total_blocks != sparse_header->total_blks) { in write_sparse_image()
145 int total_blks; local178 total_blks = (st.st_size + st.st_blksize - 1) / st.st_blksize;196 for (i = 1; i < total_blks; i++) {
21 __le32 total_blks; /* total blocks in the non-sparse output image */ member