Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsegment.h175 struct seg_entry { struct
220 struct seg_entry *sentries; /* SIT segment-level cache */
319 static inline struct seg_entry *get_seg_entry(struct f2fs_sb_info *sbi, in get_seg_entry()
364 struct seg_entry *se = get_seg_entry(sbi, start_segno); in set_ckpt_valid_blocks()
381 struct seg_entry *se = get_seg_entry(sbi, start_segno); in sanity_check_valid_blocks()
400 static inline void seg_info_from_raw_sit(struct seg_entry *se, in seg_info_from_raw_sit()
411 static inline void __seg_info_to_raw_sit(struct seg_entry *se, in __seg_info_to_raw_sit()
425 struct seg_entry *se; in seg_info_to_sit_folio()
440 static inline void seg_info_to_raw_sit(struct seg_entry *se, in seg_info_to_raw_sit()
H A Dsegment.c830 struct seg_entry *sentry = get_seg_entry(sbi, segno); in __locate_dirty_segment()
866 struct seg_entry *sentry = get_seg_entry(sbi, segno); in __remove_dirty_segment()
955 struct seg_entry *se; in f2fs_get_unusable_blocks()
1212 struct seg_entry *sentry; in __check_sit_bitmap()
2093 struct seg_entry *se; in f2fs_issue_discard()
2133 struct seg_entry *se = get_seg_entry(sbi, cpc->trim_start); in add_discard_addrs()
2447 struct seg_entry *se = get_seg_entry(sbi, segno); in __set_sit_entry_type()
2467 struct seg_entry *se; in update_segment_mtime()
2491 static int update_sit_entry_for_release(struct f2fs_sb_info *sbi, struct seg_entry *se, in update_sit_entry_for_release()
2538 static int update_sit_entry_for_alloc(struct f2fs_sb_info *sbi, struct seg_entry *se, in update_sit_entry_for_alloc()
[all …]
H A Drecovery.c517 struct seg_entry *sentry; in check_index_in_prev_nodes()
H A Dsysfs.c1768 struct seg_entry *se = get_seg_entry(sbi, i); in segment_info_seq_show()
1795 struct seg_entry *se = get_seg_entry(sbi, i); in segment_bits_seq_show()
H A Ddebug.c320 si->base_mem += MAIN_SEGS(sbi) * sizeof(struct seg_entry); in update_mem_info()
H A Dcheckpoint.c338 struct seg_entry *se; in __is_bitmap_valid()
H A Dgc.c1020 struct seg_entry *sentry; in check_valid_map()