Searched refs:seg_entry (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/fs/f2fs/ |
| D | segment.h | 201 struct seg_entry { struct 256 struct seg_entry *sentries; /* SIT segment-level cache */ 336 static inline struct seg_entry *get_seg_entry(struct f2fs_sb_info *sbi, in get_seg_entry() 369 static inline void seg_info_from_raw_sit(struct seg_entry *se, in seg_info_from_raw_sit() 383 static inline void __seg_info_to_raw_sit(struct seg_entry *se, in __seg_info_to_raw_sit() 397 struct seg_entry *se; in seg_info_to_sit_page() 412 static inline void seg_info_to_raw_sit(struct seg_entry *se, in seg_info_to_raw_sit()
|
| D | segment.c | 793 struct seg_entry *sentry = get_seg_entry(sbi, segno); in __locate_dirty_segment() 827 struct seg_entry *sentry = get_seg_entry(sbi, segno); in __remove_dirty_segment() 916 struct seg_entry *se; in f2fs_get_unusable_blocks() 1081 struct seg_entry *sentry; in __check_sit_bitmap() 1847 struct seg_entry *se; in f2fs_issue_discard() 1887 struct seg_entry *se = get_seg_entry(sbi, cpc->trim_start); in add_discard_addrs() 2154 struct seg_entry *se = get_seg_entry(sbi, segno); in __set_sit_entry_type() 2173 struct seg_entry *se; in update_segment_mtime() 2195 struct seg_entry *se; in update_sit_entry() 2318 struct seg_entry *se; in f2fs_is_checkpointed_data() [all …]
|
| D | sysfs.c | 752 struct seg_entry *se = get_seg_entry(sbi, i); in segment_info_seq_show() 779 struct seg_entry *se = get_seg_entry(sbi, i); in segment_bits_seq_show()
|
| D | recovery.c | 431 struct seg_entry *sentry; in check_index_in_prev_nodes()
|
| D | debug.c | 229 si->base_mem += MAIN_SEGS(sbi) * sizeof(struct seg_entry); in update_mem_info()
|
| D | checkpoint.c | 135 struct seg_entry *se; in __is_bitmap_valid()
|
| D | gc.c | 843 struct seg_entry *sentry; in check_valid_map()
|