Lines Matching defs:start_segno
22 #define GET_L2R_SEGNO(free_i, segno) ((segno) - (free_i)->start_segno)
23 #define GET_R2L_SEGNO(free_i, segno) ((segno) + (free_i)->start_segno)
270 unsigned int start_segno; /* start segment number logically */
320 unsigned int start_segno; /* start segno of sits in set */
363 unsigned int start_segno = START_SEGNO(segno);
367 for (i = 0; i < sbi->segs_per_sec; i++, start_segno++) {
368 struct seg_entry *se = get_seg_entry(sbi, start_segno);
443 unsigned int start_segno = GET_SEG_FROM_SEC(sbi, secno);
452 start_segno + sbi->segs_per_sec, start_segno);
453 if (next >= start_segno + usable_segs) {
477 unsigned int start_segno = GET_SEG_FROM_SEC(sbi, secno);
488 start_segno + sbi->segs_per_sec, start_segno);
489 if (next >= start_segno + usable_segs) {