Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.c5510 unsigned int cs_section, wp_segno, wp_blkoff, wp_sector_off; in do_fix_curseg_write_pointer() local
5516 cs_section = GET_SEC_FROM_SEG(sbi, cs->segno); in do_fix_curseg_write_pointer()
5517 cs_zone_block = START_BLOCK(sbi, GET_SEG_FROM_SEC(sbi, cs_section)); in do_fix_curseg_write_pointer()
5558 cs->segno != GET_SEG_FROM_SEC(sbi, GET_ZONE_FROM_SEC(sbi, cs_section))) { in do_fix_curseg_write_pointer()
5573 cs_section = GET_SEC_FROM_SEG(sbi, cs->segno); in do_fix_curseg_write_pointer()
5574 cs_zone_block = START_BLOCK(sbi, GET_SEG_FROM_SEC(sbi, cs_section)); in do_fix_curseg_write_pointer()