Home
last modified time | relevance | path

Searched refs:s_checksum_type (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/include/linux/
H A Djbd2.h264 __u8 s_checksum_type; /* checksum type */ member
/linux-6.15/fs/jbd2/
H A Djournal.c1383 if (sb->s_checksum_type != JBD2_CRC32C_CHKSUM) { in journal_check_superblock()
2338 sb->s_checksum_type = JBD2_CRC32C_CHKSUM; in jbd2_journal_set_features()
/linux-6.15/Documentation/filesystems/ext4/
H A Dsuper.rst328 - s_checksum_type
H A Djournal.rst251 - s_checksum_type
/linux-6.15/fs/ext4/
H A Dext4.h1390 __u8 s_checksum_type; /* metadata checksum algorithm used */ member
H A Dsuper.c286 return es->s_checksum_type == EXT4_CRC32C_CHKSUM; in ext4_verify_csum_type()