Home
last modified time | relevance | path

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

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