Searched refs:SEGS_TO_BLKS (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/f2fs/
H A Dgc.h99 return SEGS_TO_BLKS(sbi, free_segments(sbi));
107 ovp_blks = SEGS_TO_BLKS(sbi, overprovision_segments(sbi));
H A Dsegment.h80 #define TOTAL_BLKS(sbi) (SEGS_TO_BLKS(sbi, TOTAL_SEGS(sbi)))
87 (SEGS_TO_BLKS(sbi, GET_R2L_SEGNO(FREE_I(sbi), segno))))
906 return SEGS_TO_BLKS(sbi, 8);
H A Dgc.c304 return SEGS_TO_BLKS(sbi, 2 * p->ofs_unit);
2085 (long long)SEGS_TO_BLKS(sbi, segs));
2101 long long blks = SEGS_TO_BLKS(sbi, segs);
2143 if (block_count + SEGS_TO_BLKS(sbi, last_segs) <=
H A Dsegment.c455 SEGS_TO_BLKS(sbi, (factor * DEFAULT_DIRTY_THRESHOLD));
878 block_t ovp_holes = SEGS_TO_BLKS(sbi, ovp_hole_segs);
2197 SEGS_TO_BLKS(sbi, end - start));
2314 dcc->max_discards = SEGS_TO_BLKS(sbi, MAIN_SEGS(sbi));
4569 sit_i->sit_blocks = SEGS_TO_BLKS(sbi, sit_segs);
H A Dsuper.c3759 sbi->total_node_count = SEGS_TO_BLKS(sbi,
4198 SEGS_TO_BLKS(sbi,
4204 SEGS_TO_BLKS(sbi,
H A Dsysfs.c496 SEGS_TO_BLKS(sbi,
H A Df2fs.h1819 #define SEGS_TO_BLKS(sbi, segs) \ macro
1825 #define BLKS_PER_SEC(sbi) (SEGS_TO_BLKS(sbi, (sbi)->segs_per_sec))

Completed in 206 milliseconds