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