Home
last modified time | relevance | path

Searched refs:get_seg_entry (Results 1 – 7 of 7) sorted by relevance

/external/f2fs-tools/fsck/
Ddefrag.c31 se = get_seg_entry(sbi, GET_SEGNO(sbi, from)); in migrate_block()
38 se = get_seg_entry(sbi, GET_SEGNO(sbi, to)); in migrate_block()
74 se = get_seg_entry(sbi, GET_SEGNO(sbi, idx)); in f2fs_defragment()
Dmount.c19 struct seg_entry *se = get_seg_entry(sbi, i); in get_free_segments()
953 se = get_seg_entry(sbi, curseg->segno); in reset_curseg()
1082 se = get_seg_entry(sbi, segno); in update_sum_entry()
1234 struct seg_entry *get_seg_entry(struct f2fs_sb_info *sbi, in get_seg_entry() function
1504 se = get_seg_entry(sbi, segno); in build_sit_area_bitmap()
1562 se = get_seg_entry(sbi, segno); in rewrite_sit_area_bitmap()
1594 se = get_seg_entry(sbi, segno); in flush_sit_journal_entries()
1671 se = get_seg_entry(sbi, segno); in flush_sit_entries()
1709 se = get_seg_entry(sbi, segno); in find_next_free_block()
1729 se2 = get_seg_entry(sbi, segno + i); in find_next_free_block()
Dfsck.c23 se = get_seg_entry(sbi, GET_SEGNO(sbi, blk)); in f2fs_set_main_bitmap()
151 se = get_seg_entry(sbi, segno); in is_valid_ssa_node_blk()
265 se = get_seg_entry(sbi, segno); in is_valid_ssa_data_blk()
1540 se = get_seg_entry(sbi, i); in fsck_chk_meta()
1728 se = get_seg_entry(sbi, curseg->segno); in flush_curseg_sit_entries()
1809 se = get_seg_entry(sbi, curseg->segno); in check_curseg_offset()
1837 se = get_seg_entry(sbi, i); in check_sit_types()
Dfsck.h146 extern struct seg_entry *get_seg_entry(struct f2fs_sb_info *, unsigned int);
Dsegment.c33 se = get_seg_entry(sbi, GET_SEGNO(sbi, blkaddr)); in reserve_new_block()
Dresize.c146 se = get_seg_entry(sbi, i); in migrate_main()
381 se = get_seg_entry(sbi, segno); in migrate_sit()
Ddump.c140 se = get_seg_entry(sbi, segno); in sit_dump()