Searched defs:start_segno (Results 1 - 2 of 2) sorted by relevance

/fs/f2fs/
H A Dsegment.c1000 unsigned int start_segno, end_segno; local
1011 start_segno = (start <= MAIN_BLKADDR(sbi)) ? 0 : GET_SEGNO(sbi, start);
1015 cpc.trim_start = start_segno;
1602 unsigned int start_segno = START_SEGNO(segno); local
1605 if (ses->start_segno == start_segno) {
1614 ses->start_segno = start_segno;
1692 unsigned int start_segno = ses->start_segno; local
[all...]
H A Dsegment.h20 #define GET_L2R_SEGNO(free_i, segno) (segno - free_i->start_segno)
21 #define GET_R2L_SEGNO(free_i, segno) (segno + free_i->start_segno)
207 unsigned int start_segno; /* start segment number logically */ member in struct:free_segmap_info
255 unsigned int start_segno; /* start segno of sits in set */ member in struct:sit_entry_set
331 unsigned int start_segno = secno * sbi->segs_per_sec; local
338 next = find_next_bit(free_i->free_segmap, MAIN_SEGS(sbi), start_segno);
339 if (next >= start_segno + sbi->segs_per_sec) {
362 unsigned int start_segno = secno * sbi->segs_per_sec; local
370 start_segno + sbi->segs_per_sec, start_segno);
[all...]

Completed in 26 milliseconds