Lines Matching refs:ext2fs_le32_to_cpu
114 return ext2fs_le32_to_cpu(header->f_compat) &
133 printf("block size:\t%u\n", ext2fs_le32_to_cpu(hdr->block_size));
134 printf("fs block size:\t%u\n", ext2fs_le32_to_cpu(hdr->fs_block_size));
135 printf("super crc:\t0x%x\n", ext2fs_le32_to_cpu(hdr->sb_crc));
136 printf("state:\t\t0x%x\n", ext2fs_le32_to_cpu(hdr->state));
137 printf("compat:\t\t0x%x\n", ext2fs_le32_to_cpu(hdr->f_compat));
138 printf("incompat:\t0x%x\n", ext2fs_le32_to_cpu(hdr->f_incompat));
139 printf("rocompat:\t0x%x\n", ext2fs_le32_to_cpu(hdr->f_rocompat));
142 printf("header crc:\t0x%x\n", ext2fs_le32_to_cpu(hdr->header_crc));
199 if (ext2fs_le32_to_cpu(ctx->hdr.sb_crc) != sb_crc) {
395 if (!force && ext2fs_le32_to_cpu(undo_ctx.hdr.header_crc) != hdr_crc) {
400 undo_ctx.blocksize = ext2fs_le32_to_cpu(undo_ctx.hdr.block_size);
401 undo_ctx.fs_blocksize = ext2fs_le32_to_cpu(undo_ctx.hdr.fs_block_size);
518 ext2fs_le32_to_cpu(keyb->magic) != KEYBLOCK_MAGIC) {
527 if (!force && ext2fs_le32_to_cpu(crc) != key_crc) {
544 ikey->blk_crc = ext2fs_le32_to_cpu(dkey->blk_crc);
545 ikey->size = ext2fs_le32_to_cpu(dkey->size);
624 if (!(ext2fs_le32_to_cpu(undo_ctx.hdr.state) & E2UNDO_STATE_FINISHED)) {