Home
last modified time | relevance | path

Searched refs:CURSEG_HOT_NODE (Results 1 – 5 of 5) sorted by relevance

/external/f2fs-tools/mkfs/
Df2fs_format.c338 config.cur_seg[CURSEG_HOT_NODE] = last_section(last_zone(total_zones)); in f2fs_prepare_super_block()
339 config.cur_seg[CURSEG_WARM_NODE] = prev_zone(CURSEG_HOT_NODE); in f2fs_prepare_super_block()
345 config.cur_seg[CURSEG_HOT_NODE] = 0; in f2fs_prepare_super_block()
346 config.cur_seg[CURSEG_WARM_NODE] = next_zone(CURSEG_HOT_NODE); in f2fs_prepare_super_block()
477 set_cp(cur_node_segno[0], config.cur_seg[CURSEG_HOT_NODE]); in f2fs_write_check_point_pack()
573 sum->sit_j.entries[0].se.vblocks = cpu_to_le16((CURSEG_HOT_NODE << 10) | 1); in f2fs_write_check_point_pack()
741 config.cur_seg[CURSEG_HOT_NODE] * in f2fs_write_root_inode()
774 main_area_node_seg_blk_offset += config.cur_seg[CURSEG_HOT_NODE] * in f2fs_write_root_inode()
817 config.cur_seg[CURSEG_HOT_NODE] * config.blks_per_seg); in f2fs_update_nat_root()
/external/f2fs-tools/fsck/
Dmount.c169 DISP_u32(cp, alloc_type[CURSEG_HOT_NODE]); in print_ckpt_info()
661 CURSEG_HOT_NODE]); in read_normal_summaries()
664 type - CURSEG_HOT_NODE); in read_normal_summaries()
688 type = CURSEG_HOT_NODE; in restore_curseg_summaries()
717 CURSEG_HOT_NODE]); in build_curseg()
719 CURSEG_HOT_NODE]); in build_curseg()
833 curseg = CURSEG_I(sbi, CURSEG_HOT_NODE + type); in get_sum_block()
Df2fs.h278 ((t == CURSEG_HOT_NODE) || (t == CURSEG_COLD_NODE) || \
Dfsck.c377 f2fs_set_main_bitmap(sbi, ni->blk_addr, CURSEG_HOT_NODE); in fsck_chk_inode_blk()
/external/f2fs-tools/include/
Df2fs_fs.h276 CURSEG_HOT_NODE, /* direct node blocks of directory files */ enumerator