Searched refs:cur_node_segno (Results 1 – 4 of 4) sorted by relevance
153 __le32 cur_node_segno[MAX_ACTIVE_NODE_LOGS]; member
3405 if (le32_to_cpu(ckpt->cur_node_segno[i]) >= main_segs || in f2fs_sanity_check_ckpt()3413 if (le32_to_cpu(ckpt->cur_node_segno[i]) == in f2fs_sanity_check_ckpt()3414 le32_to_cpu(ckpt->cur_node_segno[j])) { in f2fs_sanity_check_ckpt()3417 le32_to_cpu(ckpt->cur_node_segno[i])); in f2fs_sanity_check_ckpt()3443 if (le32_to_cpu(ckpt->cur_node_segno[i]) == in f2fs_sanity_check_ckpt()3447 le32_to_cpu(ckpt->cur_node_segno[i])); in f2fs_sanity_check_ckpt()
1452 ckpt->cur_node_segno[i] = in do_checkpoint()
3885 segno = le32_to_cpu(ckpt->cur_node_segno[type - in read_normal_summaries()