Lines Matching refs:next_blkoff
796 addr += curseg->next_blkoff * sizeof(struct f2fs_summary); in __add_sum_entry()
968 curseg->next_blkoff = 0; in reset_curseg()
1019 seg->next_blkoff = pos; in __next_free_blkoff()
1031 __next_free_blkoff(sbi, seg, seg->next_blkoff + 1); in __refresh_next_blkoff()
1033 seg->next_blkoff++; in __refresh_next_blkoff()
1178 if (curseg->next_blkoff < sbi->blocks_per_seg) in __has_curseg_space()
1258 if (direct_io && curseg->next_blkoff && in allocate_data_block()
1382 old_blkoff = curseg->next_blkoff; in __f2fs_replace_block()
1390 curseg->next_blkoff = GET_BLKOFF_FROM_SEG0(sbi, new_blkaddr); in __f2fs_replace_block()
1408 curseg->next_blkoff = old_blkoff; in __f2fs_replace_block()
1532 seg_i->next_blkoff = blk_off; in read_compacted_summaries()
1618 curseg->next_blkoff = blk_off; in read_normal_summaries()
2115 array[i].next_blkoff = 0; in build_curseg()