Lines Matching defs:start_segno
24 #define GET_L2R_SEGNO(free_i, segno) ((segno) - (free_i)->start_segno)
25 #define GET_R2L_SEGNO(free_i, segno) ((segno) + (free_i)->start_segno)
231 unsigned int start_segno; /* start segment number logically */
281 unsigned int start_segno; /* start segno of sits in set */
355 unsigned int start_segno = GET_SEG_FROM_SEC(sbi, secno);
359 for (i = 0; i < SEGS_PER_SEC(sbi); i++, start_segno++) {
360 struct seg_entry *se = get_seg_entry(sbi, start_segno);
372 unsigned int start_segno = GET_SEG_FROM_SEC(sbi, secno);
376 for (i = 0; i < SEGS_PER_SEC(sbi); i++, start_segno++) {
377 struct seg_entry *se = get_seg_entry(sbi, start_segno);
462 unsigned int start_segno = GET_SEG_FROM_SEC(sbi, secno);
470 start_segno + SEGS_PER_SEC(sbi), start_segno);
471 if (next >= start_segno + f2fs_usable_segs_in_sec(sbi)) {
495 unsigned int start_segno = GET_SEG_FROM_SEC(sbi, secno);
511 start_segno + SEGS_PER_SEC(sbi), start_segno);
512 if (next < start_segno + f2fs_usable_segs_in_sec(sbi))