Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Df2fs_fs.h144 __le32 cur_node_segno[MAX_ACTIVE_NODE_LOGS]; member
/linux-4.19.296/fs/f2fs/
Dsuper.c2398 if (le32_to_cpu(ckpt->cur_node_segno[i]) >= main_segs || in f2fs_sanity_check_ckpt()
2402 if (le32_to_cpu(ckpt->cur_node_segno[i]) == in f2fs_sanity_check_ckpt()
2403 le32_to_cpu(ckpt->cur_node_segno[j])) { in f2fs_sanity_check_ckpt()
2407 le32_to_cpu(ckpt->cur_node_segno[i])); in f2fs_sanity_check_ckpt()
2429 if (le32_to_cpu(ckpt->cur_node_segno[i]) == in f2fs_sanity_check_ckpt()
2434 le32_to_cpu(ckpt->cur_node_segno[i])); in f2fs_sanity_check_ckpt()
Dcheckpoint.c1313 ckpt->cur_node_segno[i] = in do_checkpoint()
Dsegment.c3327 segno = le32_to_cpu(ckpt->cur_node_segno[type - in read_normal_summaries()