HomeSort by relevance Sort by last modified time
    Searched refs:seg_entry (Results 1 - 4 of 4) sorted by null

  /external/f2fs-tools/fsck/
fsck.h 134 extern struct seg_entry *get_seg_entry(struct f2fs_sb_info *sbi, unsigned int segno);
f2fs.h 62 struct seg_entry { struct
90 struct seg_entry *sentries; /* SIT segment-level cache */
dump.c 24 struct seg_entry *se;
mount.c 460 sit_i->sentries = calloc(TOTAL_SEGS(sbi) * sizeof(struct seg_entry), 1);
731 void seg_info_from_raw_sit(struct seg_entry *se,
742 struct seg_entry *get_seg_entry(struct f2fs_sb_info *sbi,
863 struct seg_entry *se = &sit_i->sentries[segno];
925 struct seg_entry *se;

Completed in 6481 milliseconds