Home
last modified time | relevance | path

Searched refs:TOTAL_SEGS (Results 1 – 3 of 3) sorted by relevance

/external/f2fs-tools/fsck/
Dmount.c523 sit_i->sentries = calloc(TOTAL_SEGS(sbi) * sizeof(struct seg_entry), 1); in build_sit_info()
525 for (start = 0; start < TOTAL_SEGS(sbi); start++) { in build_sit_info()
939 for (segno = 0; segno < TOTAL_SEGS(sbi); segno++) { in build_sit_entries()
1006 for (segno = 0; segno < TOTAL_SEGS(sbi); segno++) { in build_sit_area_bitmap()
1051 for (segno = 0; segno < TOTAL_SEGS(sbi); segno++) { in rewrite_sit_area_bitmap()
1310 for (i = 0; i < TOTAL_SEGS(sbi); i++) { in f2fs_do_umount()
Df2fs.h329 #define TOTAL_SEGS(sbi) (SM_I(sbi)->main_segments) macro
Dfsck.c1047 for (i = 0; i < TOTAL_SEGS(sbi); i++) { in check_sit_types()