Home
last modified time | relevance | path

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

/external/u-boot/lib/
Dimage-sparse.c92 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()
/external/f2fs-tools/tools/
Dfibmap.c145 int total_blks; local
178 total_blks = (st.st_size + st.st_blksize - 1) / st.st_blksize;
196 for (i = 1; i < total_blks; i++) {
/external/u-boot/include/
Dsparse_format.h21 __le32 total_blks; /* total blocks in the non-sparse output image */ member