Searched refs:seg_entry (Results 1 – 6 of 6) sorted by relevance
| /Linux-v4.19/fs/f2fs/ |
| D | segment.h | 180 struct seg_entry { struct 243 struct seg_entry *sentries; /* SIT segment-level cache */ 318 static inline struct seg_entry *get_seg_entry(struct f2fs_sb_info *sbi, in get_seg_entry() 345 static inline void seg_info_from_raw_sit(struct seg_entry *se, in seg_info_from_raw_sit() 359 static inline void __seg_info_to_raw_sit(struct seg_entry *se, in __seg_info_to_raw_sit() 373 struct seg_entry *se; in seg_info_to_sit_page() 388 static inline void seg_info_to_raw_sit(struct seg_entry *se, in seg_info_to_raw_sit()
|
| D | segment.c | 761 struct seg_entry *sentry = get_seg_entry(sbi, segno); in __locate_dirty_segment() 782 struct seg_entry *sentry = get_seg_entry(sbi, segno); in __remove_dirty_segment() 935 struct seg_entry *sentry; in __check_sit_bitmap() 1677 struct seg_entry *se; in f2fs_issue_discard() 1717 struct seg_entry *se = get_seg_entry(sbi, cpc->trim_start); in add_discard_addrs() 1977 struct seg_entry *se = get_seg_entry(sbi, segno); in __set_sit_entry_type() 1985 struct seg_entry *se; in update_sit_entry() 2099 struct seg_entry *se; in f2fs_is_checkpointed_data() 2380 struct seg_entry *se = get_seg_entry(sbi, seg->segno); in __next_free_blkoff() 3092 struct seg_entry *se; in f2fs_do_replace_block() [all …]
|
| D | sysfs.c | 538 struct seg_entry *se = get_seg_entry(sbi, i); in segment_info_seq_show() 566 struct seg_entry *se = get_seg_entry(sbi, i); in segment_bits_seq_show()
|
| D | recovery.c | 334 struct seg_entry *sentry; in check_index_in_prev_nodes()
|
| D | debug.c | 190 si->base_mem += MAIN_SEGS(sbi) * sizeof(struct seg_entry); in update_mem_info()
|
| D | gc.c | 452 struct seg_entry *sentry; in check_valid_map()
|