Home
last modified time | relevance | path

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

/Linux-v5.4/fs/f2fs/
Dsegment.h177 struct seg_entry { struct
244 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()
352 static inline void seg_info_from_raw_sit(struct seg_entry *se, in seg_info_from_raw_sit()
366 static inline void __seg_info_to_raw_sit(struct seg_entry *se, in __seg_info_to_raw_sit()
380 struct seg_entry *se; in seg_info_to_sit_page()
395 static inline void seg_info_to_raw_sit(struct seg_entry *se, in seg_info_to_raw_sit()
Dsegment.c780 struct seg_entry *sentry = get_seg_entry(sbi, segno); in __locate_dirty_segment()
801 struct seg_entry *sentry = get_seg_entry(sbi, segno); in __remove_dirty_segment()
875 struct seg_entry *se; in f2fs_get_unusable_blocks()
1037 struct seg_entry *sentry; in __check_sit_bitmap()
1797 struct seg_entry *se; in f2fs_issue_discard()
1837 struct seg_entry *se = get_seg_entry(sbi, cpc->trim_start); in add_discard_addrs()
2104 struct seg_entry *se = get_seg_entry(sbi, segno); in __set_sit_entry_type()
2112 struct seg_entry *se; in update_sit_entry()
2237 struct seg_entry *se; in f2fs_is_checkpointed_data()
2521 struct seg_entry *se = get_seg_entry(sbi, seg->segno); in __next_free_blkoff()
[all …]
Dsysfs.c617 struct seg_entry *se = get_seg_entry(sbi, i); in segment_info_seq_show()
644 struct seg_entry *se = get_seg_entry(sbi, i); in segment_bits_seq_show()
Drecovery.c400 struct seg_entry *sentry; in check_index_in_prev_nodes()
Ddebug.c205 si->base_mem += MAIN_SEGS(sbi) * sizeof(struct seg_entry); in update_mem_info()
Dgc.c491 struct seg_entry *sentry; in check_valid_map()
Dcheckpoint.c136 struct seg_entry *se; in __is_bitmap_valid()