Home
last modified time | relevance | path

Searched refs:GET_SEGNO (Results 1 – 6 of 6) 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()
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()
158 segno = GET_SEGNO(sbi, blk_addr); in is_valid_ssa_node_blk()
190 GET_SEGNO(sbi, blk_addr))); in is_valid_ssa_node_blk()
192 GET_SEGNO(sbi, blk_addr), in is_valid_ssa_node_blk()
279 segno = GET_SEGNO(sbi, blk_addr); in is_valid_ssa_data_blk()
2332 GET_SEGNO(sbi, wp_block), OFFSET_IN_SEG(sbi, wp_block)); in check_curseg_write_pointer()
2340 GET_SEGNO(sbi, wp_block), OFFSET_IN_SEG(sbi, wp_block)); in check_curseg_write_pointer()
2362 GET_SEGNO(sbi, zone_last_vblock), in check_curseg_write_pointer()
2863 zone_segno = GET_SEGNO(sbi, zone_block); in chk_and_fix_wp_with_sit()
[all …]
Ddump.c469 se = get_seg_entry(sbi, GET_SEGNO(sbi, blk_addr)); in is_sit_bitmap_set()
737 DBG(1, " - Segno [0x%x]\n", GET_SEGNO(sbi, blk_addr)); in dump_info_from_blkaddr()
Dmount.c1910 segno = GET_SEGNO(sbi, blk_addr); in update_sum_entry()
2177 segno = GET_SEGNO(sbi, blk_addr); in get_sum_entry()
2735 segno = GET_SEGNO(sbi, *to); in find_next_free_block()
2809 curseg->segno = GET_SEGNO(sbi, to); in move_one_curseg_info()
3372 segno = GET_SEGNO(sbi, blkaddr); in do_record_fsync_data()
3416 segno = GET_SEGNO(sbi, blkaddr); in do_record_fsync_data()
Df2fs.h549 static inline u32 GET_SEGNO(struct f2fs_sb_info *sbi, u64 blk_addr) in GET_SEGNO() function
Dsegment.c64 se = get_seg_entry(sbi, GET_SEGNO(sbi, blkaddr)); in reserve_new_block()