Lines Matching refs:next_blkoff

2318 	addr += curseg->next_blkoff * sizeof(struct f2fs_summary);  in __add_sum_entry()
2515 curseg->next_blkoff = 0; in reset_curseg()
2619 seg->next_blkoff = in __refresh_next_blkoff()
2621 seg->next_blkoff + 1); in __refresh_next_blkoff()
2623 seg->next_blkoff++; in __refresh_next_blkoff()
2629 seg->next_blkoff += in __refresh_next_blkoff()
2666 curseg->next_blkoff = __next_free_blkoff(sbi, curseg->segno, 0); in change_curseg()
2907 if (force || curseg->next_blkoff || in __allocate_new_segment()
3114 return curseg->next_blkoff < f2fs_usable_blks_in_seg(sbi, in __has_curseg_space()
3237 f2fs_bug_on(sbi, curseg->next_blkoff >= sbi->blocks_per_seg); in f2fs_allocate_data_block()
3528 old_blkoff = curseg->next_blkoff; in f2fs_do_replace_block()
3537 curseg->next_blkoff = GET_BLKOFF_FROM_SEG0(sbi, new_blkaddr); in f2fs_do_replace_block()
3564 curseg->next_blkoff = old_blkoff; in f2fs_do_replace_block()
3676 seg_i->next_blkoff = blk_off; in read_compacted_summaries()
3772 curseg->next_blkoff = blk_off; in read_normal_summaries()
4337 array[i].next_blkoff = 0; in build_curseg()
4621 unsigned int blkofs = curseg->next_blkoff; in sanity_check_curseg()
4650 curseg->next_blkoff, blkofs); in sanity_check_curseg()
4804 if (cs->segno == wp_segno && cs->next_blkoff == wp_blkoff && in fix_curseg_write_pointer()
4810 type, cs->segno, cs->next_blkoff, wp_segno, wp_blkoff); in fix_curseg_write_pointer()
4813 "curseg[0x%x,0x%x]", type, cs->segno, cs->next_blkoff); in fix_curseg_write_pointer()
4846 type, cs->segno, cs->next_blkoff); in fix_curseg_write_pointer()