Searched refs:section_count (Results 1 - 5 of 5) sorted by relevance

/external/f2fs-tools/mkfs/
H A Df2fs_format.c309 set_sb(section_count, get_sb(segment_count_main) / config.segs_per_sec);
311 set_sb(segment_count_main, get_sb(section_count) * config.segs_per_sec);
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py329 section_count = f.uint16()
335 sections = [CoffSection(f) for idx in range(section_count)]
/external/e2fsprogs/lib/blkid/
H A Dprobe.h743 __u32 section_count; /* total # of sections */ member in struct:f2fs_super_block
/external/f2fs-tools/include/
H A Df2fs_fs.h333 __le32 section_count; /* total # of sections */ member in struct:f2fs_super_block
/external/f2fs-tools/fsck/
H A Dmount.c126 DISP_u32(sb, section_count);
304 sbi->total_sections = le32_to_cpu(raw_super->section_count);

Completed in 1092 milliseconds