Searched refs:s_checksum_type (Results 1 - 12 of 12) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dtst_super_size.c116 check_field(s_checksum_type, 1);
H A Dkernel-jbd.h239 __u8 s_checksum_type; /* checksum type */ member in struct:journal_superblock_s
H A Dcsum.c79 return sb->s_checksum_type == EXT2_CRC32C_CHKSUM;
H A Dext2_fs.h710 __u8 s_checksum_type; /* metadata checksum algorithm */ member in struct:ext2_super_block
/external/e2fsprogs/misc/
H A Ddumpe2fs.c445 journal_checksum_type_str(jsb->s_checksum_type),
487 journal_checksum_type_str(jsb->s_checksum_type),
H A Dtune2fs.c851 fs->super->s_checksum_type = EXT2_CRC32C_CHKSUM;
853 fs->super->s_checksum_type = 0;
H A Dmke2fs.c3015 fs->super->s_checksum_type = EXT2_CRC32C_CHKSUM;
/external/e2fsprogs/lib/e2p/
H A Dls.c462 checksum_type(sb->s_checksum_type));
/external/e2fsprogs/debugfs/
H A Ddo_journal.c795 journal->j_superblock->s_checksum_type = JBD2_CRC32C_CHKSUM;
H A Djournal.c55 return jsb->s_checksum_type == JBD2_CRC32C_CHKSUM;
H A Dset_fields.c161 { "checksum_type", &set_sb.s_checksum_type, NULL, 1, parse_uint },
/external/e2fsprogs/e2fsck/
H A Djournal.c50 return jsb->s_checksum_type == JBD2_CRC32C_CHKSUM;

Completed in 625 milliseconds