Lines Matching defs:from
954 MSG(0, "Segment count (%u) mismatch with total segments from devices (%u)",
1078 MSG(0, "Info: FSCK version\n from \"%s\"\n to \"%s\"\n",
1507 /* will not init nid_bitmap from nat */
1560 /* will init nid_bitmap from nat */
2912 static void move_one_curseg_info(struct f2fs_sb_info *sbi, u64 from, int left,
2928 from = SM_I(sbi)->main_blkaddr;
2931 from = __end_block_addr(sbi);
2941 to = from;
2962 i, old_segno, curseg->segno, from);
2965 void move_curseg_info(struct f2fs_sb_info *sbi, u64 from, int left)
2971 move_one_curseg_info(sbi, from, left, i);