Searched refs:bitmap_blocks (Results 1 – 2 of 2) sorted by relevance
73 uint32_t bitmap_blocks; /* Size of Memory bitmap in block */ member91 uint32_t bitmap_blocks; /* Size of Memory bitmap in block */ member
972 uint32_t bitmap_blocks; in create_header32() local990 bitmap_blocks = DIV_ROUND_UP(s->len_dump_bitmap, block_size) * 2; in create_header32()991 dh->bitmap_blocks = cpu_to_dump32(s, bitmap_blocks); in create_header32()1065 s->offset_page = (DISKDUMP_HEADER_BLOCKS + sub_hdr_size + bitmap_blocks) * in create_header32()1083 uint32_t bitmap_blocks; in create_header64() local1101 bitmap_blocks = DIV_ROUND_UP(s->len_dump_bitmap, block_size) * 2; in create_header64()1102 dh->bitmap_blocks = cpu_to_dump32(s, bitmap_blocks); in create_header64()1177 s->offset_page = (DISKDUMP_HEADER_BLOCKS + sub_hdr_size + bitmap_blocks) * in create_header64()