Lines Matching refs:zone_segno
2222 unsigned int zone_segno) in last_vblk_off_in_zone() argument
2229 se = get_seg_entry(sbi, zone_segno + s); in last_vblk_off_in_zone()
2252 unsigned int zone_segno; in check_curseg_write_pointer() local
2300 zone_segno = GET_SEG_FROM_SEC(sbi, in check_curseg_write_pointer()
2302 zone_last_vblock = START_BLOCK(sbi, zone_segno) + in check_curseg_write_pointer()
2303 last_vblk_off_in_zone(sbi, zone_segno); in check_curseg_write_pointer()
2805 unsigned int zone_segno, wp_segno; in chk_and_fix_wp_with_sit() local
2816 zone_segno = GET_SEGNO(sbi, zone_block); in chk_and_fix_wp_with_sit()
2817 if (zone_segno >= MAIN_SEGS(sbi)) in chk_and_fix_wp_with_sit()
2828 if (zone_segno <= cs->segno && in chk_and_fix_wp_with_sit()
2829 cs->segno < zone_segno + segs_per_zone) in chk_and_fix_wp_with_sit()
2833 last_valid_blkoff = last_vblk_off_in_zone(sbi, zone_segno); in chk_and_fix_wp_with_sit()
2849 zone_segno); in chk_and_fix_wp_with_sit()