Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dimage-sparse.c93 debug("total_blks: %d\n", sparse_header->total_blks); in write_sparse_image()
256 total_blocks, sparse_header->total_blks); in write_sparse_image()
259 if (total_blocks != sparse_header->total_blks) in write_sparse_image()
/OK3568_Linux_fs/u-boot/include/
H A Dsparse_format.h22 __le32 total_blks; /* total blocks in the non-sparse output image */ member
/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_sparse.c28 printf(" total_blks: %d\n", header->total_blks); in print_header_info()
157 img_size = (u64)(header->total_blks * header->blk_sz); in ext4_unsparse()