Lines Matching refs:secno
916 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno);
923 if (!IS_CURSEC(sbi, secno))
924 set_bit(secno, dirty_i->dirty_secmap);
954 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno);
958 clear_bit(secno, dirty_i->dirty_secmap);
962 if (!IS_CURSEC(sbi, secno))
963 set_bit(secno, dirty_i->dirty_secmap);
2135 unsigned int secno, start_segno;
2175 secno = GET_SEC_FROM_SEG(sbi, start);
2176 start_segno = GET_SEG_FROM_SEC(sbi, secno);
2177 if (!IS_CURSEC(sbi, secno) &&
2605 unsigned int segno, secno, zoneno;
2623 secno = find_next_zero_bit(free_i->free_secmap, MAIN_SECS(sbi), hint);
2624 if (secno >= MAIN_SECS(sbi)) {
2626 secno = find_next_zero_bit(free_i->free_secmap,
2628 f2fs_bug_on(sbi, secno >= MAIN_SECS(sbi));
2647 secno = left_start;
2649 segno = GET_SEG_FROM_SEC(sbi, secno);
2650 zoneno = GET_ZONE_FROM_SEC(sbi, secno);
4757 unsigned int segno = 0, offset = 0, secno;
4786 secno = GET_SEC_FROM_SEG(sbi, segno);
4790 if (IS_CURSEC(sbi, secno))
4792 set_bit(secno, dirty_i->dirty_secmap);
5143 unsigned int secno;
5148 secno = GET_SEC_FROM_SEG(sbi, segno);
5150 sec_start_blkaddr = START_BLOCK(sbi, GET_SEG_FROM_SEC(sbi, secno));