Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Df2fs_fs.h168 __le32 cur_node_segno[MAX_ACTIVE_NODE_LOGS]; member
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c3348 if (le32_to_cpu(ckpt->cur_node_segno[i]) >= main_segs || in f2fs_sanity_check_ckpt()
3356 if (le32_to_cpu(ckpt->cur_node_segno[i]) == in f2fs_sanity_check_ckpt()
3357 le32_to_cpu(ckpt->cur_node_segno[j])) { in f2fs_sanity_check_ckpt()
3360 le32_to_cpu(ckpt->cur_node_segno[i])); in f2fs_sanity_check_ckpt()
3386 if (le32_to_cpu(ckpt->cur_node_segno[i]) == in f2fs_sanity_check_ckpt()
3390 le32_to_cpu(ckpt->cur_node_segno[i])); in f2fs_sanity_check_ckpt()
H A Dcheckpoint.c1450 ckpt->cur_node_segno[i] = in do_checkpoint()
H A Dsegment.c3892 segno = le32_to_cpu(ckpt->cur_node_segno[type - in read_normal_summaries()