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);
mount.c 565 se = get_seg_entry(sbi, curseg->segno);
815 struct seg_entry *get_seg_entry(struct f2fs_sb_info *sbi, function
1007 se = get_seg_entry(sbi, segno);
1067 se = get_seg_entry(sbi, segno);
    [all...]
fsck.c 22 se = get_seg_entry(sbi, GET_SEGNO(sbi, blk));
1032 se = get_seg_entry(sbi, curseg->segno);
1050 se = get_seg_entry(sbi, i);
dump.c 39 se = get_seg_entry(sbi, segno);

Completed in 100 milliseconds