total_sections   1252 fs/f2fs/f2fs.h 	unsigned int total_sections;		/* total section count */
total_sections     61 fs/f2fs/segment.h #define MAIN_SECS(sbi)	((sbi)->total_sections)
total_sections   2509 fs/f2fs/super.c 	block_t total_sections, blocks_per_seg;
total_sections   2581 fs/f2fs/super.c 	total_sections = le32_to_cpu(raw_super->section_count);
total_sections   2592 fs/f2fs/super.c 	if (total_sections > segment_count ||
total_sections   2593 fs/f2fs/super.c 			total_sections < F2FS_MIN_SEGMENTS ||
total_sections   2596 fs/f2fs/super.c 			  segment_count, total_sections, segs_per_sec);
total_sections   2600 fs/f2fs/super.c 	if ((segment_count / segs_per_sec) < total_sections) {
total_sections   2602 fs/f2fs/super.c 			  segment_count, segs_per_sec, total_sections);
total_sections   2612 fs/f2fs/super.c 	if (secs_per_zone > total_sections || !secs_per_zone) {
total_sections   2614 fs/f2fs/super.c 			  secs_per_zone, total_sections);
total_sections   2808 fs/f2fs/super.c 	sbi->total_sections = le32_to_cpu(raw_super->section_count);