Home | History | Annotate | Download | only in fsck

Lines Matching full:ckpt

794 	sbi->ckpt = malloc(cp_blks * blk_size);
795 if (!sbi->ckpt)
829 MSG(0, "Info: CKPT version = %llx\n", version);
831 memcpy(sbi->ckpt, cur_page, blk_size);
843 unsigned char *ckpt = (unsigned char *)sbi->ckpt;
846 memcpy(ckpt + i * blk_size, cur_page, blk_size);
856 free(sbi->ckpt);
857 sbi->ckpt = NULL;
1710 if (le32_to_cpu(sbi->ckpt->cur_node_segno[0]) == segno ||
1711 le32_to_cpu(sbi->ckpt->cur_data_segno[0]) == segno ||
1712 le32_to_cpu(sbi->ckpt->cur_node_segno[1]) == segno ||
1713 le32_to_cpu(sbi->ckpt->cur_data_segno[1]) == segno ||
1714 le32_to_cpu(sbi->ckpt->cur_node_segno[2]) == segno ||
1715 le32_to_cpu(sbi->ckpt->cur_data_segno[2]) == segno) {
2439 free(sbi->ckpt);