Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Df2fs_fs.h191 __le32 cur_node_segno[MAX_ACTIVE_NODE_LOGS]; member
/Linux-v6.1/fs/f2fs/
Dsuper.c3495 if (le32_to_cpu(ckpt->cur_node_segno[i]) >= main_segs || in f2fs_sanity_check_ckpt()
3503 if (le32_to_cpu(ckpt->cur_node_segno[i]) == in f2fs_sanity_check_ckpt()
3504 le32_to_cpu(ckpt->cur_node_segno[j])) { in f2fs_sanity_check_ckpt()
3507 le32_to_cpu(ckpt->cur_node_segno[i])); in f2fs_sanity_check_ckpt()
3533 if (le32_to_cpu(ckpt->cur_node_segno[i]) == in f2fs_sanity_check_ckpt()
3537 le32_to_cpu(ckpt->cur_node_segno[i])); in f2fs_sanity_check_ckpt()
Dcheckpoint.c1471 ckpt->cur_node_segno[i] = in do_checkpoint()
Dsegment.c3726 segno = le32_to_cpu(ckpt->cur_node_segno[type - in read_normal_summaries()