Home
last modified time | relevance | path

Searched refs:zone_segno (Results 1 – 2 of 2) sorted by relevance

/third_party/f2fs-tools/fsck/
Dfsck.c2419 unsigned int zone_segno) in last_vblk_off_in_zone() argument
2426 se = get_seg_entry(sbi, zone_segno + s); in last_vblk_off_in_zone()
2449 unsigned int zone_segno; in check_curseg_write_pointer() local
2500 zone_segno = GET_SEG_FROM_SEC(sbi, in check_curseg_write_pointer()
2502 zone_last_vblock = START_BLOCK(sbi, zone_segno) + in check_curseg_write_pointer()
2503 last_vblk_off_in_zone(sbi, zone_segno); in check_curseg_write_pointer()
3013 unsigned int zone_segno, wp_segno; in chk_and_fix_wp_with_sit() local
3024 zone_segno = GET_SEGNO(sbi, zone_block); in chk_and_fix_wp_with_sit()
3025 if (zone_segno >= MAIN_SEGS(sbi)) in chk_and_fix_wp_with_sit()
3036 if (zone_segno <= cs->segno && in chk_and_fix_wp_with_sit()
[all …]
Dmount.c2801 unsigned int zone_segno) in write_pointer_at_zone_start() argument
2805 block_t block = START_BLOCK(sbi, zone_segno); in write_pointer_at_zone_start()
2837 unsigned int UNUSED(zone_segno)) in write_pointer_at_zone_start() argument