Lines Matching refs:start_blk
723 block_t start_blk, orphan_blocks, i, j;
737 start_blk = __start_cp_addr(sbi) + 1 + __cp_payload(sbi);
740 f2fs_ra_meta_pages(sbi, start_blk, orphan_blocks, META_CP, true);
746 page = f2fs_get_meta_page(sbi, start_blk + i);
772 static void write_orphan_inodes(struct f2fs_sb_info *sbi, block_t start_blk)
795 page = f2fs_grab_meta_page(sbi, start_blk++);
1455 block_t start_blk;
1519 start_blk = __start_cp_next_addr(sbi);
1530 blk = start_blk + sbi->blocks_per_seg - nm_i->nat_bits_blocks;
1537 f2fs_update_meta_page(sbi, ckpt, start_blk++);
1541 start_blk++);
1544 write_orphan_inodes(sbi, start_blk);
1545 start_blk += orphan_blocks;
1548 f2fs_write_data_summaries(sbi, start_blk);
1549 start_blk += data_sum_blocks;
1558 f2fs_write_node_summaries(sbi, start_blk);
1559 start_blk += NR_CURSEG_NODE_TYPE;
1581 commit_checkpoint(sbi, ckpt, start_blk);