OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CURSEG_I
(Results
1 - 3
of
3
) sorted by null
/external/f2fs-tools/fsck/
mount.c
555
struct curseg_info *curseg =
CURSEG_I
(sbi, type);
583
curseg =
CURSEG_I
(sbi, CURSEG_HOT_DATA);
586
curseg =
CURSEG_I
(sbi, CURSEG_COLD_DATA);
593
struct curseg_info *curseg =
CURSEG_I
(sbi, i);
676
curseg =
CURSEG_I
(sbi, type);
833
curseg =
CURSEG_I
(sbi, CURSEG_HOT_NODE + type);
847
curseg =
CURSEG_I
(sbi, type);
935
struct curseg_info *curseg =
CURSEG_I
(sbi, CURSEG_COLD_DATA);
1038
struct curseg_info *curseg =
CURSEG_I
(sbi, CURSEG_COLD_DATA);
1095
struct curseg_info *curseg =
CURSEG_I
(sbi, CURSEG_HOT_DATA)
[
all
...]
f2fs.h
300
static inline struct curseg_info *
CURSEG_I
(struct f2fs_sb_info *sbi, int type)
349
struct curseg_info *curseg =
CURSEG_I
(sbi, i);
fsck.c
1014
struct curseg_info *curseg =
CURSEG_I
(sbi, i);
1029
struct curseg_info *curseg =
CURSEG_I
(sbi, i);
Completed in 50 milliseconds