Home
last modified time | relevance | path

Searched refs:block_id_high (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dext_common.h144 __le32 block_id_high; member
/openbmc/u-boot/fs/ext4/
H A Dext4_common.c157 block_nr += (uint64_t)le32_to_cpu(bg->block_id_high) << 32; in ext4fs_bg_get_block_id()