Searched refs:CURSEG_HOT_NODE (Results 1 – 9 of 9) sorted by relevance
/external/f2fs-tools/mkfs/ |
D | f2fs_format.c | 530 c.cur_seg[CURSEG_HOT_NODE] = 0; in f2fs_prepare_super_block() 537 c.cur_seg[CURSEG_HOT_NODE] = in f2fs_prepare_super_block() 539 c.cur_seg[CURSEG_WARM_NODE] = prev_zone(CURSEG_HOT_NODE); in f2fs_prepare_super_block() 545 c.cur_seg[CURSEG_HOT_NODE] = 0; in f2fs_prepare_super_block() 546 c.cur_seg[CURSEG_WARM_NODE] = next_zone(CURSEG_HOT_NODE); in f2fs_prepare_super_block() 552 c.cur_seg[CURSEG_HOT_NODE] = 0; in f2fs_prepare_super_block() 553 c.cur_seg[CURSEG_WARM_NODE] = next_zone(CURSEG_HOT_NODE); in f2fs_prepare_super_block() 722 set_cp(cur_node_segno[0], c.cur_seg[CURSEG_HOT_NODE]); in f2fs_write_check_point_pack() 890 cpu_to_le16((CURSEG_HOT_NODE << 10) | in f2fs_write_check_point_pack() 1156 c.cur_seg[CURSEG_HOT_NODE] * c.blks_per_seg + c.quota_inum + c.lpf_inum; in f2fs_discard_obsolete_dnode() [all …]
|
/external/f2fs-tools/fsck/ |
D | node.c | 88 type = CURSEG_HOT_NODE; in new_node_block() 94 type != CURSEG_HOT_NODE) in new_node_block() 95 type = CURSEG_HOT_NODE; in new_node_block()
|
D | mount.c | 452 DISP_u32(cp, alloc_type[CURSEG_HOT_NODE]); in print_ckpt_info() 1875 segno = get_cp(cur_node_segno[type - CURSEG_HOT_NODE]); in read_normal_summaries() 1878 type - CURSEG_HOT_NODE); in read_normal_summaries() 1935 type = CURSEG_HOT_NODE; in restore_curseg_summaries() 1970 blk_off = get_cp(cur_node_blkoff[i - CURSEG_HOT_NODE]); in build_curseg() 1971 segno = get_cp(cur_node_segno[i - CURSEG_HOT_NODE]); in build_curseg() 2128 curseg = CURSEG_I(sbi, CURSEG_HOT_NODE + type); in get_sum_block() 2793 if (i != CURSEG_HOT_DATA && i != CURSEG_HOT_NODE) in move_one_curseg_info() 2858 if (i < CURSEG_HOT_NODE) { in write_curseg_info() 2863 int n = i - CURSEG_HOT_NODE; in write_curseg_info()
|
D | resize.c | 495 if (i < CURSEG_HOT_NODE) { in rebuild_checkpoint() 499 int n = i - CURSEG_HOT_NODE; in rebuild_checkpoint()
|
D | f2fs.h | 427 ((t == CURSEG_HOT_NODE) || (t == CURSEG_COLD_NODE) || \
|
D | dir.c | 774 ret = reserve_new_block(sbi, &blkaddr, &sum, CURSEG_HOT_NODE, 1); in f2fs_create()
|
D | fsck.c | 697 f2fs_set_main_bitmap(sbi, ni->blk_addr, CURSEG_HOT_NODE); in fsck_chk_inode_blk() 2389 type != CURSEG_HOT_DATA && type != CURSEG_HOT_NODE) in check_curseg_offset() 2986 (i != CURSEG_HOT_DATA && i != CURSEG_HOT_NODE)) in fsck_chk_curseg_info()
|
/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/include/ |
D | f2fs_fs.h | 652 CURSEG_HOT_NODE, /* direct node blocks of directory files */ enumerator
|