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

  /external/f2fs-tools/fsck/
fsck.h 101 extern struct seg_entry *get_seg_entry(struct f2fs_sb_info *, unsigned int);
dump.c 38 se = get_seg_entry(sbi, segno);
mount.c 520 se = get_seg_entry(sbi, curseg->segno);
769 struct seg_entry *get_seg_entry(struct f2fs_sb_info *sbi, function
961 se = get_seg_entry(sbi, segno);
1021 se = get_seg_entry(sbi, segno);
    [all...]
fsck.c 962 se = get_seg_entry(sbi, curseg->segno);

Completed in 2833 milliseconds