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 | 110 struct seg_entry *se = get_seg_entry(sbi, i); in get_free_segments() 1832 sit_i->sentries = calloc(MAIN_SEGS(sbi) * sizeof(struct seg_entry), 1); in build_sit_info() 1897 struct seg_entry *se; in reset_curseg() 2035 struct seg_entry *se; in update_sum_entry() 2191 void __seg_info_from_raw_sit(struct seg_entry *se, in __seg_info_from_raw_sit() 2201 void seg_info_from_raw_sit(struct f2fs_sb_info *sbi, struct seg_entry *se, in seg_info_from_raw_sit() 2213 struct seg_entry *get_seg_entry(struct f2fs_sb_info *sbi, in get_seg_entry() 2220 unsigned short get_seg_vblocks(struct f2fs_sb_info *sbi, struct seg_entry *se) in get_seg_vblocks() 2228 unsigned char *get_seg_bitmap(struct f2fs_sb_info *sbi, struct seg_entry *se) in get_seg_bitmap() 2236 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() 532 struct seg_entry *se; in is_sit_bitmap_set() 557 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() 2062 struct seg_entry *se; in fsck_chk_meta() 2280 struct seg_entry *se; in flush_curseg_sit_entries() 2423 struct seg_entry *se; in last_vblk_off_in_zone() 2543 struct seg_entry *se; in check_curseg_offset() 2614 struct seg_entry *se; in check_sit_types() 3137 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()
|