Home
last modified time | relevance | path

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

/third_party/f2fs-tools/mkfs/
Df2fs_format.c549 c.cur_seg[CURSEG_HOT_NODE] = 0; in f2fs_prepare_super_block()
556 c.cur_seg[CURSEG_HOT_NODE] = in f2fs_prepare_super_block()
558 c.cur_seg[CURSEG_WARM_NODE] = prev_zone(CURSEG_HOT_NODE); in f2fs_prepare_super_block()
564 c.cur_seg[CURSEG_HOT_NODE] = 0; in f2fs_prepare_super_block()
565 c.cur_seg[CURSEG_WARM_NODE] = next_zone(CURSEG_HOT_NODE); in f2fs_prepare_super_block()
571 c.cur_seg[CURSEG_HOT_NODE] = 0; in f2fs_prepare_super_block()
572 c.cur_seg[CURSEG_WARM_NODE] = next_zone(CURSEG_HOT_NODE); in f2fs_prepare_super_block()
741 set_cp(cur_node_segno[0], c.cur_seg[CURSEG_HOT_NODE]); in f2fs_write_check_point_pack()
909 cpu_to_le16((CURSEG_HOT_NODE << 10) | in f2fs_write_check_point_pack()
1176 c.cur_seg[CURSEG_HOT_NODE] * c.blks_per_seg + c.quota_inum + c.lpf_inum; in f2fs_discard_obsolete_dnode()
[all …]
/third_party/f2fs-tools/fsck/
Dnode.c68 ret = reserve_new_block(sbi, &blkaddr, &sum, CURSEG_HOT_NODE, 1); in f2fs_rebuild_qf_inode()
135 type = CURSEG_HOT_NODE; in new_node_block()
141 type != CURSEG_HOT_NODE) in new_node_block()
142 type = CURSEG_HOT_NODE; in new_node_block()
Dmount.c453 DISP_u32(cp, alloc_type[CURSEG_HOT_NODE]); in print_ckpt_info()
1948 segno = get_cp(cur_node_segno[type - CURSEG_HOT_NODE]); in read_normal_summaries()
1951 type - CURSEG_HOT_NODE); in read_normal_summaries()
2008 type = CURSEG_HOT_NODE; in restore_curseg_summaries()
2043 blk_off = get_cp(cur_node_blkoff[i - CURSEG_HOT_NODE]); in build_curseg()
2044 segno = get_cp(cur_node_segno[i - CURSEG_HOT_NODE]); in build_curseg()
2201 curseg = CURSEG_I(sbi, CURSEG_HOT_NODE + type); in get_sum_block()
2866 if (i != CURSEG_HOT_DATA && i != CURSEG_HOT_NODE) in move_one_curseg_info()
2931 if (i < CURSEG_HOT_NODE) { in write_curseg_info()
2936 int n = i - CURSEG_HOT_NODE; in write_curseg_info()
Dresize.c495 if (i < CURSEG_HOT_NODE) { in rebuild_checkpoint()
499 int n = i - CURSEG_HOT_NODE; in rebuild_checkpoint()
Df2fs.h431 ((t == CURSEG_HOT_NODE) || (t == CURSEG_COLD_NODE) || \
Ddir.c782 ret = reserve_new_block(sbi, &blkaddr, &sum, CURSEG_HOT_NODE, 1); in f2fs_create()
Dfsck.c740 f2fs_set_main_bitmap(sbi, ni->blk_addr, CURSEG_HOT_NODE); in fsck_chk_inode_blk()
2539 type != CURSEG_HOT_DATA && type != CURSEG_HOT_NODE) in check_curseg_offset()
3139 (i != CURSEG_HOT_DATA && i != CURSEG_HOT_NODE)) in fsck_chk_curseg_info()
/third_party/f2fs-tools/include/
Df2fs_fs.h676 CURSEG_HOT_NODE, /* direct node blocks of directory files */ enumerator