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

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

Completed in 1928 milliseconds