Home
last modified time | relevance | path

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

/linux/fs/jbd2/
H A Djournal.c1381 if (sb->s_checksum_type != JBD2_CRC32C_CHKSUM) { in journal_check_superblock()
2339 sb->s_checksum_type = JBD2_CRC32C_CHKSUM; in jbd2_journal_set_features()
/linux/Documentation/filesystems/ext4/
H A Djournal.rst251 - s_checksum_type
/linux/fs/ext4/
H A Dext4.h1415 __u8 s_checksum_type; /* metadata checksum algorithm used */ member
H A Dsuper.c296 return es->s_checksum_type == EXT4_CRC32C_CHKSUM; in ext4_verify_csum_type()