Home
last modified time | relevance | path

Searched refs:ext4fs_checksum_update (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/fs/ext4/
H A Dext4_common.h61 uint16_t ext4fs_checksum_update(unsigned int i);
H A Dext4_write.c80 bgd->bg_checksum = cpu_to_le16(ext4fs_checksum_update(i)); in ext4fs_update()
H A Dext4_common.c416 uint16_t ext4fs_checksum_update(uint32_t i) in ext4fs_checksum_update() function