Searched refs:seg_entry (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/f2fs/ |
D | segment.h | 160 struct seg_entry { struct 210 struct seg_entry *sentries; /* SIT segment-level cache */ 281 static inline struct seg_entry *get_seg_entry(struct f2fs_sb_info *sbi, in get_seg_entry() 308 static inline void seg_info_from_raw_sit(struct seg_entry *se, in seg_info_from_raw_sit() 319 static inline void seg_info_to_raw_sit(struct seg_entry *se, in seg_info_to_raw_sit()
|
D | segment.c | 433 struct seg_entry *sentry = get_seg_entry(sbi, segno); in __locate_dirty_segment() 454 struct seg_entry *sentry = get_seg_entry(sbi, segno); in __remove_dirty_segment() 501 struct seg_entry *se; in f2fs_issue_discard() 521 struct seg_entry *se = get_seg_entry(sbi, in discard_next_dnode() 539 struct cp_control *cpc, struct seg_entry *se, in __add_discard_entry() 567 struct seg_entry *se = get_seg_entry(sbi, cpc->trim_start); in add_discard_addrs() 685 struct seg_entry *se = get_seg_entry(sbi, segno); in __set_sit_entry_type() 693 struct seg_entry *se; in update_sit_entry() 768 struct seg_entry *se; in is_checkpointed_data() 1007 struct seg_entry *se = get_seg_entry(sbi, seg->segno); in __next_free_blkoff() [all …]
|
D | debug.c | 149 si->base_mem += MAIN_SEGS(sbi) * sizeof(struct seg_entry); in update_mem_info()
|
D | recovery.c | 261 struct seg_entry *sentry; in check_index_in_prev_nodes()
|
D | gc.c | 388 struct seg_entry *sentry; in check_valid_map()
|
D | super.c | 706 struct seg_entry *se = get_seg_entry(sbi, i); in segment_info_seq_show()
|