Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/filesystems/ext4/
H A Dorphan.rst33 blocksize-4 __le32 ob_checksum Checksum of the orphan block.
/openbmc/linux/fs/ext4/
H A Dorphan.c548 return le32_to_cpu(ot->ob_checksum) == calculated; in ext4_orphan_file_block_csum_verify()
568 ot->ob_checksum = cpu_to_le32(csum); in ext4_orphan_file_block_trigger()
H A Dext4.h1453 __le32 ob_checksum; member