Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/f2fs/
H A Dsegment.c4891 unsigned int wp_segno, wp_blkoff, zone_secno, zone_segno, segno; in check_zone_write_pointer() local
4904 zone_segno = GET_SEGNO(sbi, zone_block); in check_zone_write_pointer()
4905 zone_secno = GET_SEC_FROM_SEG(sbi, zone_segno); in check_zone_write_pointer()
4907 if (zone_segno >= MAIN_SEGS(sbi)) in check_zone_write_pointer()
4924 segno = zone_segno + s; in check_zone_write_pointer()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsegment.c4861 unsigned int wp_segno, wp_blkoff, zone_secno, zone_segno, segno; in check_zone_write_pointer() local
4874 zone_segno = GET_SEGNO(sbi, zone_block); in check_zone_write_pointer()
4875 zone_secno = GET_SEC_FROM_SEG(sbi, zone_segno); in check_zone_write_pointer()
4877 if (zone_segno >= MAIN_SEGS(sbi)) in check_zone_write_pointer()
4894 segno = zone_segno + s; in check_zone_write_pointer()

Completed in 14 milliseconds