Searched refs:BLOCK_CNT (Results 1 – 2 of 2) sorted by relevance
392 const int pte_blk_cnt = BLOCK_CNT((gpt_h->num_partition_entries in write_gpt_table()827 gpt_e_blk_cnt = BLOCK_CNT((le32_to_cpu(gpt_h->num_partition_entries) * in write_mbr_and_gpt_partitions()1028 blk_cnt = BLOCK_CNT(count, dev_desc); in alloc_read_gpt_entries()
110 #define BLOCK_CNT(size, blk_desc) (PAD_COUNT(size, blk_desc->blksz)) macro