Lines Matching refs:next_blkoff
2127 addr += curseg->next_blkoff * sizeof(struct f2fs_summary); in __add_sum_entry()
2320 curseg->next_blkoff = 0; in reset_curseg()
2392 seg->next_blkoff = pos; in __next_free_blkoff()
2404 __next_free_blkoff(sbi, seg, seg->next_blkoff + 1); in __refresh_next_blkoff()
2406 seg->next_blkoff++; in __refresh_next_blkoff()
2695 if (curseg->next_blkoff < sbi->blocks_per_seg) in __has_curseg_space()
3127 old_blkoff = curseg->next_blkoff; in f2fs_do_replace_block()
3135 curseg->next_blkoff = GET_BLKOFF_FROM_SEG0(sbi, new_blkaddr); in f2fs_do_replace_block()
3156 curseg->next_blkoff = old_blkoff; in f2fs_do_replace_block()
3244 seg_i->next_blkoff = blk_off; in read_compacted_summaries()
3338 curseg->next_blkoff = blk_off; in read_normal_summaries()
3876 array[i].next_blkoff = 0; in build_curseg()