Searched refs:seg_entry (Results 1 – 8 of 8) sorted by relevance
/external/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() 1802 sit_i->sentries = calloc(MAIN_SEGS(sbi) * sizeof(struct seg_entry), 1); in build_sit_info() 1867 struct seg_entry *se; in reset_curseg() 2005 struct seg_entry *se; in update_sum_entry() 2161 void __seg_info_from_raw_sit(struct seg_entry *se, in __seg_info_from_raw_sit() 2171 void seg_info_from_raw_sit(struct f2fs_sb_info *sbi, struct seg_entry *se, in seg_info_from_raw_sit() 2183 struct seg_entry *get_seg_entry(struct f2fs_sb_info *sbi, in get_seg_entry() 2190 unsigned short get_seg_vblocks(struct f2fs_sb_info *sbi, struct seg_entry *se) in get_seg_vblocks() 2198 unsigned char *get_seg_bitmap(struct f2fs_sb_info *sbi, struct seg_entry *se) in get_seg_bitmap() 2206 unsigned char get_seg_type(struct f2fs_sb_info *sbi, struct seg_entry *se) in get_seg_type() [all …]
|
D | dump.c | 112 struct seg_entry *se; in sit_dump() 541 struct seg_entry *se; in is_sit_bitmap_set() 566 struct seg_entry *se = get_seg_entry(sbi, GET_SEGNO(sbi, blkaddr)); in dump_node_scan_disk()
|
D | f2fs.h | 142 struct seg_entry { struct 170 struct seg_entry *sentries; /* SIT segment-level cache */ argument
|
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() 2120 struct seg_entry *se; in fsck_chk_meta() 2338 struct seg_entry *se; in flush_curseg_sit_entries() 2481 struct seg_entry *se; in last_vblk_off_in_zone() 2601 struct seg_entry *se; in check_curseg_offset() 2672 struct seg_entry *se; in check_sit_types() 3195 struct seg_entry *se; in fsck_chk_curseg_info()
|
D | resize.c | 171 struct seg_entry *se; in migrate_main() 402 struct seg_entry *se; in migrate_sit()
|
D | fsck.h | 204 extern struct seg_entry *get_seg_entry(struct f2fs_sb_info *, unsigned int);
|
D | segment.c | 27 struct seg_entry *se; in reserve_new_block()
|