Lines Matching defs:secno
289 unsigned int secno;
296 for_each_set_bit(secno, dirty_i->victim_secmap, MAIN_SECS(sbi)) {
297 if (sec_usage_check(sbi, secno))
299 clear_bit(secno, dirty_i->victim_secmap);
300 return GET_SEG_FROM_SEC(sbi, secno);
308 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno);
309 unsigned int start = GET_SEG_FROM_SEC(sbi, secno);
405 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno);
406 unsigned int start = GET_SEG_FROM_SEC(sbi, secno);
644 unsigned int secno, last_victim;
742 secno = GET_SEC_FROM_SEG(sbi, segno);
744 if (sec_usage_check(sbi, secno))
767 if (gc_type == BG_GC && test_bit(secno, dirty_i->victim_secmap))
811 secno = GET_SEC_FROM_SEG(sbi, p.min_segno);
813 sbi->cur_victim_sec = secno;
815 set_bit(secno, dirty_i->victim_secmap);