Home
last modified time | relevance | path

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

/external/f2fs-tools/mkfs/
Df2fs_format.c305 config.cur_seg[CURSEG_HOT_NODE] = (total_zones - 1) * in f2fs_prepare_super_block()
311 config.cur_seg[CURSEG_HOT_NODE] - in f2fs_prepare_super_block()
328 config.cur_seg[CURSEG_HOT_NODE] = 0; in f2fs_prepare_super_block()
330 config.cur_seg[CURSEG_HOT_NODE] + in f2fs_prepare_super_block()
459 cpu_to_le32(config.cur_seg[CURSEG_HOT_NODE]); in f2fs_write_check_point_pack()
567 sum->sit_j.entries[0].se.vblocks = cpu_to_le16((CURSEG_HOT_NODE << 10) | 1); in f2fs_write_check_point_pack()
713 config.cur_seg[CURSEG_HOT_NODE] * in f2fs_write_root_inode()
746 main_area_node_seg_blk_offset += config.cur_seg[CURSEG_HOT_NODE] * in f2fs_write_root_inode()
787 config.cur_seg[CURSEG_HOT_NODE] * config.blks_per_seg); in f2fs_update_nat_root()
/external/f2fs-tools/fsck/
Dmount.c158 DISP_u32(cp, alloc_type[CURSEG_HOT_NODE]); in print_ckpt_info()
616 CURSEG_HOT_NODE]); in read_normal_summaries()
619 type - CURSEG_HOT_NODE); in read_normal_summaries()
643 type = CURSEG_HOT_NODE; in restore_curseg_summaries()
672 CURSEG_HOT_NODE]); in build_curseg()
674 CURSEG_HOT_NODE]); in build_curseg()
787 curseg = CURSEG_I(sbi, CURSEG_HOT_NODE + type); in get_sum_block()
Df2fs.h265 ((t == CURSEG_HOT_NODE) || (t == CURSEG_COLD_NODE) || \
/external/f2fs-tools/include/
Df2fs_fs.h270 CURSEG_HOT_NODE, /* direct node blocks of directory files */ enumerator