Home
last modified time | relevance | path

Searched refs:GET_SEGNO (Results 1 – 6 of 6) sorted by relevance

/third_party/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()
Dfsck.c25 se = get_seg_entry(sbi, GET_SEGNO(sbi, blk)); in f2fs_set_main_bitmap()
34 GET_SEGNO(sbi, blk), se->type, type); in f2fs_set_main_bitmap()
154 segno = GET_SEGNO(sbi, blk_addr); in is_valid_ssa_node_blk()
186 GET_SEGNO(sbi, blk_addr))); in is_valid_ssa_node_blk()
188 GET_SEGNO(sbi, blk_addr), in is_valid_ssa_node_blk()
271 segno = GET_SEGNO(sbi, blk_addr); in is_valid_ssa_data_blk()
2310 GET_SEGNO(sbi, wp_block), OFFSET_IN_SEG(sbi, wp_block)); in check_curseg_write_pointer()
2318 GET_SEGNO(sbi, wp_block), OFFSET_IN_SEG(sbi, wp_block)); in check_curseg_write_pointer()
2340 GET_SEGNO(sbi, zone_last_vblock), in check_curseg_write_pointer()
2836 zone_segno = GET_SEGNO(sbi, zone_block); in chk_and_fix_wp_with_sit()
[all …]
Ddump.c468 se = get_seg_entry(sbi, GET_SEGNO(sbi, blk_addr)); in is_sit_bitmap_set()
736 DBG(1, " - Segno [0x%x]\n", GET_SEGNO(sbi, blk_addr)); in dump_info_from_blkaddr()
Dsegment.c61 se = get_seg_entry(sbi, GET_SEGNO(sbi, blkaddr)); in reserve_new_block()
Dmount.c1891 segno = GET_SEGNO(sbi, blk_addr); in update_sum_entry()
2158 segno = GET_SEGNO(sbi, blk_addr); in get_sum_entry()
2716 segno = GET_SEGNO(sbi, *to); in find_next_free_block()
2784 curseg->segno = GET_SEGNO(sbi, to); in move_one_curseg_info()
3345 segno = GET_SEGNO(sbi, blkaddr); in do_record_fsync_data()
3389 segno = GET_SEGNO(sbi, blkaddr); in do_record_fsync_data()
Df2fs.h539 static inline u32 GET_SEGNO(struct f2fs_sb_info *sbi, u64 blk_addr) in GET_SEGNO() function