Searched refs:START_BLOCK (Results 1 – 4 of 4) sorted by relevance
/external/f2fs-tools/fsck/ |
D | resize.c | 185 from = START_BLOCK(sbi, i) + j; in migrate_main() 205 START_BLOCK(sbi, 0), in migrate_main() 206 START_BLOCK(sbi, 0) + offset); in migrate_main()
|
D | f2fs.h | 462 #define START_BLOCK(sbi, segno) (SM_I(sbi)->main_blkaddr + \ macro 466 (START_BLOCK(sbi, (curseg)->segno) + (curseg)->next_blkoff)
|
D | mount.c | 52 block_t seg_start_blkaddr = START_BLOCK(sbi, segno); in get_zone_idx_from_dev() 61 block_t seg_start = START_BLOCK(sbi, segno); in is_usable_seg() 1847 addr = START_BLOCK(sbi, segno); in restore_node_summary() 2675 block_t block = START_BLOCK(sbi, zone_segno); in write_pointer_at_zone_start() 2746 *to = left ? START_BLOCK(sbi, segno) - 1: in find_next_free_block() 2747 START_BLOCK(sbi, segno + 1); in find_next_free_block()
|
D | fsck.c | 2298 cs_block = START_BLOCK(sbi, curseg->segno) + curseg->next_blkoff; in check_curseg_write_pointer() 2344 zone_last_vblock = START_BLOCK(sbi, zone_segno) + in check_curseg_write_pointer() 2870 wp_blkoff = wp_block - START_BLOCK(sbi, wp_segno); in chk_and_fix_wp_with_sit()
|