Lines Matching refs:secno
767 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno);
774 if (!IS_CURSEC(sbi, secno))
775 set_bit(secno, dirty_i->dirty_secmap);
805 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno);
809 clear_bit(secno, dirty_i->dirty_secmap);
813 if (!IS_CURSEC(sbi, secno))
814 set_bit(secno, dirty_i->dirty_secmap);
2140 unsigned int secno, start_segno;
2186 secno = GET_SEC_FROM_SEG(sbi, start);
2187 start_segno = GET_SEG_FROM_SEC(sbi, secno);
2188 if (!IS_CURSEC(sbi, secno) &&
2642 unsigned int segno, secno, zoneno;
2660 secno = find_next_zero_bit(free_i->free_secmap, MAIN_SECS(sbi), hint);
2661 if (secno >= MAIN_SECS(sbi)) {
2663 secno = find_first_zero_bit(free_i->free_secmap,
2665 f2fs_bug_on(sbi, secno >= MAIN_SECS(sbi));
2684 secno = left_start;
2686 segno = GET_SEG_FROM_SEC(sbi, secno);
2687 zoneno = GET_ZONE_FROM_SEC(sbi, secno);
4715 unsigned int segno = 0, offset = 0, secno;
4743 secno = GET_SEC_FROM_SEG(sbi, segno);
4747 if (IS_CURSEC(sbi, secno))
4749 set_bit(secno, dirty_i->dirty_secmap);
5136 unsigned int secno;
5141 secno = GET_SEC_FROM_SEG(sbi, segno);
5143 sec_start_blkaddr = START_BLOCK(sbi, GET_SEG_FROM_SEC(sbi, secno));