HomeSort by relevance Sort by last modified time
    Searched refs:sb_crc (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/misc/
e2undo.c 61 __le32 sb_crc; /* crc32c of the superblock */ member in struct:undo_header
129 printf("super crc:\t0x%x\n", ext2fs_le32_to_cpu(hdr->sb_crc));
159 __u32 sb_crc; local
192 sb_crc = ext2fs_crc32c_le(~0, (unsigned char *)buf, SUPERBLOCK_SIZE);
193 if (ext2fs_le32_to_cpu(ctx->hdr.sb_crc) != sb_crc) {
  /external/e2fsprogs/lib/ext2fs/
undo_io.c 95 __le32 sb_crc; /* crc32c of the superblock */ member in struct:undo_header
194 __u32 sb_crc, hdr_crc; local
227 sb_crc = ext2fs_crc32c_le(~0, (unsigned char *)&super, SUPERBLOCK_SIZE);
236 data->hdr.sb_crc = ext2fs_cpu_to_le32(sb_crc);
503 __u32 sb_crc; local
528 sb_crc = ext2fs_crc32c_le(~0, (unsigned char *)buf, SUPERBLOCK_SIZE);
529 if (ext2fs_le32_to_cpu(hdr->sb_crc) != sb_crc) {

Completed in 74 milliseconds