Searched refs:CURSEG_HOT_NODE (Results 1 – 10 of 10) sorted by relevance
/third_party/f2fs-tools/mkfs/ |
D | f2fs_format.c | 549 c.cur_seg[CURSEG_HOT_NODE] = last_section(last_zone(total_zones)); 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() 745 set_cp(cur_node_segno[0], c.cur_seg[CURSEG_HOT_NODE]); in f2fs_write_check_point_pack() 917 cpu_to_le16((CURSEG_HOT_NODE << 10) | in f2fs_write_check_point_pack() 1184 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/ |
D | node.c | 68 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()
|
D | mount.c | 454 DISP_u32(cp, alloc_type[CURSEG_HOT_NODE]); in print_ckpt_info() 2005 segno = get_cp(cur_node_segno[type - CURSEG_HOT_NODE]); in read_normal_summaries() 2008 type - CURSEG_HOT_NODE); in read_normal_summaries() 2065 type = CURSEG_HOT_NODE; in restore_curseg_summaries() 2100 blk_off = get_cp(cur_node_blkoff[i - CURSEG_HOT_NODE]); in build_curseg() 2101 segno = get_cp(cur_node_segno[i - CURSEG_HOT_NODE]); in build_curseg() 2258 curseg = CURSEG_I(sbi, CURSEG_HOT_NODE + type); in get_sum_block() 2923 if (i != CURSEG_HOT_DATA && i != CURSEG_HOT_NODE) in move_one_curseg_info() 2996 if (i < CURSEG_HOT_NODE) { in write_curseg_info() 3001 int n = i - CURSEG_HOT_NODE; in write_curseg_info()
|
D | resize.c | 507 if (i < CURSEG_HOT_NODE) { in rebuild_checkpoint() 511 int n = i - CURSEG_HOT_NODE; in rebuild_checkpoint()
|
D | f2fs.h | 434 ((t == CURSEG_HOT_NODE) || (t == CURSEG_COLD_NODE) || \
|
D | segment.c | 62 type = CURSEG_HOT_NODE; in reserve_new_block()
|
D | dump.c | 558 if (se->type < CURSEG_HOT_NODE) in dump_node_scan_disk()
|
D | dir.c | 782 ret = reserve_new_block(sbi, &blkaddr, &sum, CURSEG_HOT_NODE, 1); in f2fs_create()
|
D | fsck.c | 744 f2fs_set_main_bitmap(sbi, ni->blk_addr, CURSEG_HOT_NODE); in fsck_chk_inode_blk() 2547 type != CURSEG_HOT_DATA && type != CURSEG_HOT_NODE) in check_curseg_offset() 3147 (i != CURSEG_HOT_DATA && i != CURSEG_HOT_NODE)) in fsck_chk_curseg_info()
|
/third_party/f2fs-tools/include/ |
D | f2fs_fs.h | 680 CURSEG_HOT_NODE, /* direct node blocks of directory files */ enumerator
|