Searched refs:CURSEG_HOT_NODE (Results 1 – 8 of 8) sorted by relevance
/third_party/f2fs-tools/mkfs/ |
D | f2fs_format.c | 500 c.cur_seg[CURSEG_HOT_NODE] = in f2fs_prepare_super_block() 502 c.cur_seg[CURSEG_WARM_NODE] = prev_zone(CURSEG_HOT_NODE); in f2fs_prepare_super_block() 508 c.cur_seg[CURSEG_HOT_NODE] = 0; in f2fs_prepare_super_block() 509 c.cur_seg[CURSEG_WARM_NODE] = next_zone(CURSEG_HOT_NODE); in f2fs_prepare_super_block() 677 set_cp(cur_node_segno[0], c.cur_seg[CURSEG_HOT_NODE]); in f2fs_write_check_point_pack() 834 cpu_to_le16((CURSEG_HOT_NODE << 10) | in f2fs_write_check_point_pack() 1087 c.cur_seg[CURSEG_HOT_NODE] * c.blks_per_seg + c.quota_inum + c.lpf_inum; in f2fs_discard_obsolete_dnode() 1136 c.cur_seg[CURSEG_HOT_NODE] * in f2fs_write_root_inode() 1191 main_area_node_seg_blk_offset += c.cur_seg[CURSEG_HOT_NODE] * in f2fs_write_root_inode() 1196 c.cur_seg[CURSEG_HOT_NODE], in f2fs_write_root_inode() [all …]
|
/third_party/f2fs-tools/fsck/ |
D | mount.c | 445 DISP_u32(cp, alloc_type[CURSEG_HOT_NODE]); in print_ckpt_info() 1860 segno = get_cp(cur_node_segno[type - CURSEG_HOT_NODE]); in read_normal_summaries() 1863 type - CURSEG_HOT_NODE); in read_normal_summaries() 1916 type = CURSEG_HOT_NODE; in restore_curseg_summaries() 1951 blk_off = get_cp(cur_node_blkoff[i - CURSEG_HOT_NODE]); in build_curseg() 1952 segno = get_cp(cur_node_segno[i - CURSEG_HOT_NODE]); in build_curseg() 2109 curseg = CURSEG_I(sbi, CURSEG_HOT_NODE + type); in get_sum_block() 2833 if (i < CURSEG_HOT_NODE) { in write_curseg_info() 2838 int n = i - CURSEG_HOT_NODE; in write_curseg_info()
|
D | node.c | 87 type = CURSEG_HOT_NODE; in new_node_block()
|
D | resize.c | 494 if (i < CURSEG_HOT_NODE) { in rebuild_checkpoint() 498 int n = i - CURSEG_HOT_NODE; in rebuild_checkpoint()
|
D | f2fs.h | 417 ((t == CURSEG_HOT_NODE) || (t == CURSEG_COLD_NODE) || \
|
D | dir.c | 694 ret = reserve_new_block(sbi, &blkaddr, &sum, CURSEG_HOT_NODE, 1); in f2fs_create()
|
D | fsck.c | 689 f2fs_set_main_bitmap(sbi, ni->blk_addr, CURSEG_HOT_NODE); in fsck_chk_inode_blk()
|
/third_party/f2fs-tools/include/ |
D | f2fs_fs.h | 554 CURSEG_HOT_NODE, /* direct node blocks of directory files */ enumerator
|