Searched refs:seg_entry (Results 1 - 7 of 7) sorted by last modified time

/linux-master/fs/f2fs/
H A Dsysfs.c1397 struct seg_entry *se = get_seg_entry(sbi, i);
1424 struct seg_entry *se = get_seg_entry(sbi, i);
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);
793 struct seg_entry *sentry = get_seg_entry(sbi, segno);
882 struct seg_entry *se;
1140 struct seg_entry *sentry;
2018 struct seg_entry *se;
2058 struct seg_entry *se = get_seg_entry(sbi, cpc->trim_start);
2371 struct seg_entry *se = get_seg_entry(sbi, segno);
2391 struct seg_entry *se;
2413 struct seg_entry *se;
2540 struct seg_entry *s
[all...]
H A Drecovery.c497 struct seg_entry *sentry;
H A Dgc.c981 struct seg_entry *sentry;
H A Ddebug.c252 si->base_mem += MAIN_SEGS(sbi) * sizeof(struct seg_entry);
H A Dcheckpoint.c140 struct seg_entry *se;

Completed in 176 milliseconds