Searched refs:total_sections (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/f2fs/
H A Dsuper.c3416 block_t total_sections, blocks_per_seg; local
3481 total_sections = le32_to_cpu(raw_super->section_count);
3492 if (total_sections > segment_count_main || total_sections < 1 ||
3495 segment_count, total_sections, segs_per_sec);
3499 if (segment_count_main != total_sections * segs_per_sec) {
3501 segment_count_main, total_sections, segs_per_sec);
3505 if ((segment_count / segs_per_sec) < total_sections) {
3507 segment_count, segs_per_sec, total_sections);
3538 if (secs_per_zone > total_sections || !secs_per_zon
[all...]
H A Dsegment.h75 #define MAIN_SECS(sbi) ((sbi)->total_sections)
H A Df2fs.h1626 unsigned int total_sections; /* total section count */ member in struct:f2fs_sb_info

Completed in 213 milliseconds