Home
last modified time | relevance | path

Searched refs:orphan_blks (Results 1 – 3 of 3) sorted by relevance

/external/f2fs-tools/fsck/
Dresize.c423 block_t orphan_blks = 0; in rebuild_checkpoint() local
453 orphan_blks = __start_sum_addr(sbi) - 1; in rebuild_checkpoint()
456 set_cp(cp_pack_total_block_count, 8 + orphan_blks + get_newsb(cp_payload)); in rebuild_checkpoint()
508 for (i = 0; i < orphan_blks; i++) { in rebuild_checkpoint()
Dfsck.c1745 block_t orphan_blks = 0; in fix_checkpoint() local
1751 orphan_blks = __start_sum_addr(sbi) - 1; in fix_checkpoint()
1755 set_cp(cp_pack_total_block_count, 8 + orphan_blks + get_sb(cp_payload)); in fix_checkpoint()
1781 cp_blk_no += orphan_blks; in fix_checkpoint()
Dmount.c1873 block_t orphan_blks = 0; in write_checkpoint() local
1880 orphan_blks = __start_sum_addr(sbi) - 1; in write_checkpoint()
1886 set_cp(cp_pack_total_block_count, 8 + orphan_blks + get_sb(cp_payload)); in write_checkpoint()
1905 cp_blk_no += orphan_blks; in write_checkpoint()