Searched refs:CURSEG_HOT_NODE (Results 1 – 9 of 9) sorted by relevance
/external/f2fs-tools/mkfs/ |
D | f2fs_format.c | 482 c.cur_seg[CURSEG_HOT_NODE] = in f2fs_prepare_super_block() 484 c.cur_seg[CURSEG_WARM_NODE] = prev_zone(CURSEG_HOT_NODE); in f2fs_prepare_super_block() 490 c.cur_seg[CURSEG_HOT_NODE] = 0; in f2fs_prepare_super_block() 491 c.cur_seg[CURSEG_WARM_NODE] = next_zone(CURSEG_HOT_NODE); in f2fs_prepare_super_block() 659 set_cp(cur_node_segno[0], c.cur_seg[CURSEG_HOT_NODE]); in f2fs_write_check_point_pack() 807 cpu_to_le16((CURSEG_HOT_NODE << 10) | in f2fs_write_check_point_pack() 1060 c.cur_seg[CURSEG_HOT_NODE] * c.blks_per_seg + c.quota_inum + c.lpf_inum; in f2fs_discard_obsolete_dnode() 1109 c.cur_seg[CURSEG_HOT_NODE] * in f2fs_write_root_inode() 1164 main_area_node_seg_blk_offset += c.cur_seg[CURSEG_HOT_NODE] * in f2fs_write_root_inode() 1169 c.cur_seg[CURSEG_HOT_NODE], in f2fs_write_root_inode() [all …]
|
/external/perfetto/src/traced/probes/ftrace/test/data/android_flounder_lte_LRX16F_3.10.40/events/f2fs/f2fs_get_victim/ |
D | format | 20 …URSEG_WARM_DATA, "Warm DATA" }, { CURSEG_COLD_DATA, "Cold DATA" }, { CURSEG_HOT_NODE, "Hot NODE" }…
|
/external/f2fs-tools/fsck/ |
D | node.c | 86 type = CURSEG_HOT_NODE; in new_node_block()
|
D | mount.c | 374 DISP_u32(cp, alloc_type[CURSEG_HOT_NODE]); in print_ckpt_info() 1789 segno = get_cp(cur_node_segno[type - CURSEG_HOT_NODE]); in read_normal_summaries() 1792 type - CURSEG_HOT_NODE); in read_normal_summaries() 1845 type = CURSEG_HOT_NODE; in restore_curseg_summaries() 1880 blk_off = get_cp(cur_node_blkoff[i - CURSEG_HOT_NODE]); in build_curseg() 1881 segno = get_cp(cur_node_segno[i - CURSEG_HOT_NODE]); in build_curseg() 2038 curseg = CURSEG_I(sbi, CURSEG_HOT_NODE + type); in get_sum_block() 2762 if (i < CURSEG_HOT_NODE) { in write_curseg_info() 2767 int n = i - CURSEG_HOT_NODE; in write_curseg_info()
|
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 | 693 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()
|
/external/f2fs-tools/include/ |
D | f2fs_fs.h | 550 CURSEG_HOT_NODE, /* direct node blocks of directory files */ enumerator
|