Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/filesystems/ext4/
Dorphan.rst33 blocksize-4 __le32 ob_checksum Checksum of the orphan block.
/Linux-v6.1/fs/ext4/
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()
Dext4.h1483 __le32 ob_checksum; member