Lines Matching refs:start_blk
687 block_t start_blk, orphan_blocks, i, j;
718 start_blk = __start_cp_addr(sbi) + 1 + __cp_payload(sbi);
721 f2fs_ra_meta_pages(sbi, start_blk, orphan_blocks, META_CP, true);
727 page = f2fs_get_meta_page(sbi, start_blk + i);
759 static void write_orphan_inodes(struct f2fs_sb_info *sbi, block_t start_blk)
782 page = f2fs_grab_meta_page(sbi, start_blk++);
1417 block_t start_blk;
1484 start_blk = __start_cp_next_addr(sbi);
1494 blk = start_blk + sbi->blocks_per_seg - nm_i->nat_bits_blocks;
1501 f2fs_update_meta_page(sbi, ckpt, start_blk++);
1505 start_blk++);
1508 write_orphan_inodes(sbi, start_blk);
1509 start_blk += orphan_blocks;
1512 f2fs_write_data_summaries(sbi, start_blk);
1513 start_blk += data_sum_blocks;
1523 f2fs_write_node_summaries(sbi, start_blk);
1524 start_blk += NR_CURSEG_NODE_TYPE;
1545 commit_checkpoint(sbi, ckpt, start_blk);