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

  /external/f2fs-tools/fsck/
mount.c 492 struct curseg_info *curseg = CURSEG_I(sbi, type);
514 curseg = CURSEG_I(sbi, CURSEG_HOT_DATA);
517 curseg = CURSEG_I(sbi, CURSEG_COLD_DATA);
525 curseg = CURSEG_I(sbi, i);
638 curseg = CURSEG_I(sbi, type);
759 curseg = CURSEG_I(sbi, CURSEG_HOT_NODE + type);
767 curseg = CURSEG_I(sbi, type);
858 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_COLD_DATA);
974 struct curseg_info *curseg = CURSEG_I(sbi, CURSEG_HOT_DATA);
f2fs.h 273 static inline struct curseg_info *CURSEG_I(struct f2fs_sb_info *sbi, int type)

Completed in 693 milliseconds