Home
last modified time | relevance | path

Searched refs:block_id (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tests/image-fuzzer/qcow2/
H A Dlayout.py443 block_id = None
454 if cluster // block_size != block_id:
455 block_id = cluster // block_size
456 block_cluster = block_clusters[block_ids.index(block_id)]
/openbmc/u-boot/include/
H A Dext_common.h131 __le32 block_id; /* Blocks bitmap block */ member
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dtest_project_page_tab_config.py272 def check_machine_distro(self, item_name, new_item_name, block_id): argument
/openbmc/u-boot/fs/ext4/
H A Dext4_common.c155 uint64_t block_nr = le32_to_cpu(bg->block_id); in ext4fs_bg_get_block_id()