Searched refs:seg_entry (Results 1 - 7 of 7) sorted by relevance

/linux-master/fs/f2fs/
H A Dsegment.h193 struct seg_entry { struct
242 struct seg_entry *sentries; /* SIT segment-level cache */
319 static inline struct seg_entry *get_seg_entry(struct f2fs_sb_info *sbi,
355 struct seg_entry *se = get_seg_entry(sbi, start_segno);
364 static inline void seg_info_from_raw_sit(struct seg_entry *se,
378 static inline void __seg_info_to_raw_sit(struct seg_entry *se,
392 struct seg_entry *se;
407 static inline void seg_info_to_raw_sit(struct seg_entry *se,
H A Dsegment.c759 struct seg_entry *sentry = get_seg_entry(sbi, segno);
795 struct seg_entry *sentry = get_seg_entry(sbi, segno);
884 struct seg_entry *se;
1141 struct seg_entry *sentry;
2019 struct seg_entry *se;
2059 struct seg_entry *se = get_seg_entry(sbi, cpc->trim_start);
2372 struct seg_entry *se = get_seg_entry(sbi, segno);
2392 struct seg_entry *se;
2414 struct seg_entry *se;
2541 struct seg_entry *s
[all...]
H A Dsysfs.c1410 struct seg_entry *se = get_seg_entry(sbi, i);
1437 struct seg_entry *se = get_seg_entry(sbi, i);
H A Ddebug.c252 si->base_mem += MAIN_SEGS(sbi) * sizeof(struct seg_entry);
H A Drecovery.c496 struct seg_entry *sentry;
H A Dcheckpoint.c140 struct seg_entry *se;
H A Dgc.c981 struct seg_entry *sentry;

Completed in 130 milliseconds