Home
last modified time | relevance | path

Searched refs:cur_node_segno (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Df2fs_fs.h192 __le32 cur_node_segno[MAX_ACTIVE_NODE_LOGS]; member
/linux/fs/f2fs/
H A Dsuper.c4169 if (le32_to_cpu(ckpt->cur_node_segno[i]) >= main_segs || in f2fs_sanity_check_ckpt()
4177 if (le32_to_cpu(ckpt->cur_node_segno[i]) == in f2fs_sanity_check_ckpt()
4178 le32_to_cpu(ckpt->cur_node_segno[j])) { in f2fs_sanity_check_ckpt()
4181 le32_to_cpu(ckpt->cur_node_segno[i])); in f2fs_sanity_check_ckpt()
4207 if (le32_to_cpu(ckpt->cur_node_segno[i]) == in f2fs_sanity_check_ckpt()
4211 le32_to_cpu(ckpt->cur_node_segno[i])); in f2fs_sanity_check_ckpt()
H A Dcheckpoint.c1498 ckpt->cur_node_segno[i] = cpu_to_le32(curseg->segno); in do_checkpoint()
H A Dsegment.c4373 segno = le32_to_cpu(ckpt->cur_node_segno[type - in read_normal_summaries()