Searched refs:seg_entry (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | segment.h | 200 struct seg_entry { struct 255 struct seg_entry *sentries; /* SIT segment-level cache */ 335 static inline struct seg_entry *get_seg_entry(struct f2fs_sb_info *sbi, in get_seg_entry() 371 struct seg_entry *se = get_seg_entry(sbi, start_segno); in get_ckpt_valid_blocks() 380 static inline void seg_info_from_raw_sit(struct seg_entry *se, in seg_info_from_raw_sit() 394 static inline void __seg_info_to_raw_sit(struct seg_entry *se, in __seg_info_to_raw_sit() 408 struct seg_entry *se; in seg_info_to_sit_page() 423 static inline void seg_info_to_raw_sit(struct seg_entry *se, in seg_info_to_raw_sit()
|
| H A D | segment.c | 818 struct seg_entry *sentry = get_seg_entry(sbi, segno); in __locate_dirty_segment() 852 struct seg_entry *sentry = get_seg_entry(sbi, segno); in __remove_dirty_segment() 941 struct seg_entry *se; in f2fs_get_unusable_blocks() 1106 struct seg_entry *sentry; in __check_sit_bitmap() 1882 struct seg_entry *se; in f2fs_issue_discard() 1922 struct seg_entry *se = get_seg_entry(sbi, cpc->trim_start); in add_discard_addrs() 2189 struct seg_entry *se = get_seg_entry(sbi, segno); in __set_sit_entry_type() 2209 struct seg_entry *se; in update_segment_mtime() 2231 struct seg_entry *se; in update_sit_entry() 2355 struct seg_entry *se; in f2fs_is_checkpointed_data() [all …]
|
| H A D | sysfs.c | 1077 struct seg_entry *se = get_seg_entry(sbi, i); in segment_info_seq_show() 1104 struct seg_entry *se = get_seg_entry(sbi, i); in segment_bits_seq_show()
|
| H A D | recovery.c | 445 struct seg_entry *sentry; in check_index_in_prev_nodes()
|
| H A D | debug.c | 254 si->base_mem += MAIN_SEGS(sbi) * sizeof(struct seg_entry); in update_mem_info()
|
| H A D | checkpoint.c | 141 struct seg_entry *se; in __is_bitmap_valid()
|
| H A D | gc.c | 876 struct seg_entry *sentry; in check_valid_map()
|