Searched refs:START_BLOCK (Results 1 – 4 of 4) sorted by relevance
/third_party/f2fs-tools/fsck/ |
D | resize.c | 187 from = START_BLOCK(sbi, i) + j; in migrate_main() 207 START_BLOCK(sbi, 0), in migrate_main() 208 START_BLOCK(sbi, 0) + offset); in migrate_main()
|
D | f2fs.h | 470 #define START_BLOCK(sbi, segno) (SM_I(sbi)->main_blkaddr + \ macro 474 (START_BLOCK(sbi, (curseg)->segno) + (curseg)->next_blkoff)
|
D | mount.c | 54 block_t seg_start_blkaddr = START_BLOCK(sbi, segno); in get_zone_idx_from_dev() 63 block_t seg_start = START_BLOCK(sbi, segno); in is_usable_seg() 1977 addr = START_BLOCK(sbi, segno); in restore_node_summary() 2805 block_t block = START_BLOCK(sbi, zone_segno); in write_pointer_at_zone_start() 2876 *to = left ? START_BLOCK(sbi, segno) - 1: in find_next_free_block() 2877 START_BLOCK(sbi, segno + 1); in find_next_free_block()
|
D | fsck.c | 2453 cs_block = START_BLOCK(sbi, curseg->segno) + curseg->next_blkoff; in check_curseg_write_pointer() 2502 zone_last_vblock = START_BLOCK(sbi, zone_segno) + in check_curseg_write_pointer() 3031 wp_blkoff = wp_block - START_BLOCK(sbi, wp_segno); in chk_and_fix_wp_with_sit()
|