Lines Matching refs:next_blkoff

2648 	return curseg->next_blkoff;  in f2fs_curseg_valid_blocks()
2870 curseg->next_blkoff = 0; in reset_curseg()
2982 return __next_free_blkoff(sbi, seg->segno, seg->next_blkoff + 1); in f2fs_find_next_ssr_block()
3014 curseg->next_blkoff = __next_free_blkoff(sbi, curseg->segno, 0); in change_curseg()
3274 !curseg->next_blkoff && in __allocate_new_segment()
3717 seg->next_blkoff += in f2fs_randomize_chunk()
3752 f2fs_bug_on(sbi, curseg->next_blkoff >= BLKS_PER_SEG(sbi)); in f2fs_allocate_data_block()
3756 curseg->sum_blk->entries[curseg->next_blkoff] = *sum; in f2fs_allocate_data_block()
3758 curseg->next_blkoff = f2fs_find_next_ssr_block(sbi, curseg); in f2fs_allocate_data_block()
3760 curseg->next_blkoff++; in f2fs_allocate_data_block()
3764 if (curseg->next_blkoff >= f2fs_usable_blks_in_seg(sbi, curseg->segno)) in f2fs_allocate_data_block()
4098 old_blkoff = curseg->next_blkoff; in f2fs_do_replace_block()
4108 curseg->next_blkoff = GET_BLKOFF_FROM_SEG0(sbi, new_blkaddr); in f2fs_do_replace_block()
4109 curseg->sum_blk->entries[curseg->next_blkoff] = *sum; in f2fs_do_replace_block()
4134 curseg->next_blkoff = old_blkoff; in f2fs_do_replace_block()
4247 seg_i->next_blkoff = blk_off; in read_compacted_summaries()
4343 curseg->next_blkoff = blk_off; in read_normal_summaries()
5174 unsigned int blkofs = curseg->next_blkoff; in sanity_check_curseg()
5203 curseg->next_blkoff, blkofs); in sanity_check_curseg()
5357 if (cs->segno == wp_segno && cs->next_blkoff == wp_blkoff && in do_fix_curseg_write_pointer()
5363 cs->next_blkoff, wp_segno, wp_blkoff); in do_fix_curseg_write_pointer()
5367 if (cs->next_blkoff || in do_fix_curseg_write_pointer()
5369 unsigned int old_segno = cs->segno, old_blkoff = cs->next_blkoff; in do_fix_curseg_write_pointer()
5375 cs->segno, cs->next_blkoff); in do_fix_curseg_write_pointer()
5407 type, cs->segno, cs->next_blkoff); in do_fix_curseg_write_pointer()