Searched refs:cur_node_segno (Results 1 - 4 of 4) sorted by path

/linux-master/fs/f2fs/
H A Dcheckpoint.c1488 ckpt->cur_node_segno[i] = cpu_to_le32(curseg->segno);
H A Dsegment.c4042 segno = le32_to_cpu(ckpt->cur_node_segno[type -
H A Dsuper.c3650 if (le32_to_cpu(ckpt->cur_node_segno[i]) >= main_segs ||
3658 if (le32_to_cpu(ckpt->cur_node_segno[i]) ==
3659 le32_to_cpu(ckpt->cur_node_segno[j])) {
3662 le32_to_cpu(ckpt->cur_node_segno[i]));
3688 if (le32_to_cpu(ckpt->cur_node_segno[i]) ==
3692 le32_to_cpu(ckpt->cur_node_segno[i]));
/linux-master/include/linux/
H A Df2fs_fs.h188 __le32 cur_node_segno[MAX_ACTIVE_NODE_LOGS]; member in struct:f2fs_checkpoint

Completed in 284 milliseconds