Searched refs:cur_node_segno (Results 1 – 4 of 4) sorted by relevance
188 __le32 cur_node_segno[MAX_ACTIVE_NODE_LOGS]; member
3689 if (le32_to_cpu(ckpt->cur_node_segno[i]) >= main_segs || in f2fs_sanity_check_ckpt()3697 if (le32_to_cpu(ckpt->cur_node_segno[i]) == in f2fs_sanity_check_ckpt()3698 le32_to_cpu(ckpt->cur_node_segno[j])) { in f2fs_sanity_check_ckpt()3701 le32_to_cpu(ckpt->cur_node_segno[i])); in f2fs_sanity_check_ckpt()3727 if (le32_to_cpu(ckpt->cur_node_segno[i]) == in f2fs_sanity_check_ckpt()3731 le32_to_cpu(ckpt->cur_node_segno[i])); in f2fs_sanity_check_ckpt()
1495 ckpt->cur_node_segno[i] = cpu_to_le32(curseg->segno); in do_checkpoint()
4187 segno = le32_to_cpu(ckpt->cur_node_segno[type - in read_normal_summaries()