Searched refs:seg_entry (Results 1 – 8 of 8) sorted by relevance
/third_party/f2fs-tools/fsck/ |
D | defrag.c | 15 struct seg_entry *se; in migrate_block() 65 struct seg_entry *se; in f2fs_defragment()
|
D | mount.c | 109 struct seg_entry *se = get_seg_entry(sbi, i); in get_free_segments() 1775 sit_i->sentries = calloc(TOTAL_SEGS(sbi) * sizeof(struct seg_entry), 1); in build_sit_info() 1840 struct seg_entry *se; in reset_curseg() 1978 struct seg_entry *se; in update_sum_entry() 2134 void __seg_info_from_raw_sit(struct seg_entry *se, in __seg_info_from_raw_sit() 2144 void seg_info_from_raw_sit(struct f2fs_sb_info *sbi, struct seg_entry *se, in seg_info_from_raw_sit() 2156 struct seg_entry *get_seg_entry(struct f2fs_sb_info *sbi, in get_seg_entry() 2163 unsigned short get_seg_vblocks(struct f2fs_sb_info *sbi, struct seg_entry *se) in get_seg_vblocks() 2171 unsigned char *get_seg_bitmap(struct f2fs_sb_info *sbi, struct seg_entry *se) in get_seg_bitmap() 2179 unsigned char get_seg_type(struct f2fs_sb_info *sbi, struct seg_entry *se) in get_seg_type() [all …]
|
D | fsck.c | 22 struct seg_entry *se; in f2fs_set_main_bitmap() 150 struct seg_entry * se; in is_valid_ssa_node_blk() 275 struct seg_entry * se; in is_valid_ssa_data_blk() 2057 struct seg_entry *se; in fsck_chk_meta() 2275 struct seg_entry *se; in flush_curseg_sit_entries() 2418 struct seg_entry *se; in last_vblk_off_in_zone() 2535 struct seg_entry *se; in check_curseg_offset() 2606 struct seg_entry *se; in check_sit_types() 3129 struct seg_entry *se; in fsck_chk_curseg_info()
|
D | f2fs.h | 142 struct seg_entry { struct 170 struct seg_entry *sentries; /* SIT segment-level cache */ argument
|
D | fsck.h | 204 extern struct seg_entry *get_seg_entry(struct f2fs_sb_info *, unsigned int);
|
D | resize.c | 169 struct seg_entry *se; in migrate_main() 400 struct seg_entry *se; in migrate_sit()
|
D | dump.c | 112 struct seg_entry *se; in sit_dump() 532 struct seg_entry *se; in is_sit_bitmap_set()
|
D | segment.c | 27 struct seg_entry *se; in reserve_new_block()
|