Lines Matching defs:from
12 static int migrate_block(struct f2fs_sb_info *sbi, u64 from, u64 to)
22 /* read from */
23 ret = dev_read_block(raw, from);
31 se = get_seg_entry(sbi, GET_SEGNO(sbi, from));
32 offset = OFFSET_IN_SEG(sbi, from);
46 get_sum_entry(sbi, from, &sum);
58 from, to);
63 int f2fs_defragment(struct f2fs_sb_info *sbi, u64 from, u64 len, u64 to, int left)
71 for (idx = from; idx < from + len; idx++) {