Searched refs:BLOCK_CNT (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | ext4_sparse.c | 63 u32 step = BLOCK_CNT(PER_BLK_WRITE_SIZE, desc); in flash_write_data() 102 u32 step = BLOCK_CNT(PER_BLK_WRITE_SIZE, desc); in flash_fill_data() 160 if (blk_derase(desc, start, BLOCK_CNT(img_size, desc)) != in ext4_unsparse() 161 BLOCK_CNT(img_size, desc)) in ext4_unsparse() 165 start, start + (ulong)BLOCK_CNT(img_size, desc)); in ext4_unsparse() 193 blk, BLOCK_CNT(chunk_len, desc))) in ext4_unsparse() 197 blk += BLOCK_CNT(chunk_len, desc); in ext4_unsparse() 208 blk += BLOCK_CNT(chunk_len, desc); in ext4_unsparse() 226 BLOCK_CNT(chunk_len, desc), fill)) in ext4_unsparse() 230 blk += BLOCK_CNT(chunk_len, desc); in ext4_unsparse()
|
| /OK3568_Linux_fs/u-boot/disk/ |
| H A D | part_efi.c | 407 blk_cnt = BLOCK_CNT(count, dev_desc); in part_efi_repair() 431 blk_cnt = BLOCK_CNT(count, dev_desc); in part_efi_repair() 551 const int pte_blk_cnt = BLOCK_CNT((gpt_h->num_partition_entries in write_gpt_table() 1004 gpt_e_blk_cnt = BLOCK_CNT((le32_to_cpu(gpt_h->num_partition_entries) * in write_mbr_and_gpt_partitions() 1222 blk_cnt = BLOCK_CNT(count, dev_desc); in alloc_read_gpt_entries()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | blk.h | 125 #define BLOCK_CNT(size, blk_desc) (PAD_COUNT(size, blk_desc->blksz)) macro
|