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)
296 unsigned int start_segno; /* start segment number logically */
349 unsigned int start_segno; /* start segno of sits in set */
392 unsigned int start_segno = START_SEGNO(segno);
396 for (i = 0; i < sbi->segs_per_sec; i++, start_segno++) {
397 struct seg_entry *se = get_seg_entry(sbi, start_segno);
472 unsigned int start_segno = GET_SEG_FROM_SEC(sbi, secno);
481 start_segno + sbi->segs_per_sec, start_segno);
482 if (next >= start_segno + usable_segs) {
506 unsigned int start_segno = GET_SEG_FROM_SEC(sbi, secno);
517 start_segno + sbi->segs_per_sec, start_segno);
518 if (next >= start_segno + usable_segs) {