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

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

Completed in 101 milliseconds