Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/
H A Dimage-sparse.c92 debug("blk_sz: %d\n", sparse_header->blk_sz); in write_sparse_image()
100 div_u64_rem(sparse_header->blk_sz, info->blksz, &offset); in write_sparse_image()
103 __func__, sparse_header->blk_sz); in write_sparse_image()
133 chunk_data_sz = ((u64)sparse_header->blk_sz) * chunk_header->chunk_sz; in write_sparse_image()
227 sparse_header->blk_sz); in write_sparse_image()
/rk3399_rockchip-uboot/fs/ext4/
H A Dext4_sparse.c27 printf(" blk_sz: %d\n", header->blk_sz); in print_header_info()
157 img_size = (u64)(header->total_blks * header->blk_sz); in ext4_unsparse()
183 chunk_len = chunk->chunk_sz * header->blk_sz; in ext4_unsparse()
207 chunk_len = chunk->chunk_sz * header->blk_sz; in ext4_unsparse()
220 chunk_len = chunk->chunk_sz * header->blk_sz; in ext4_unsparse()
/rk3399_rockchip-uboot/include/
H A Dsparse_format.h21 __le32 blk_sz; /* block size in bytes, must be a multiple of 4 (4096) */ member