Searched refs:IS_NODESEG (Results 1 – 3 of 3) sorted by relevance
881 if (IS_NODESEG(se->type)) in f2fs_get_unusable_blocks()2465 if (IS_NODESEG(type)) in reset_curseg()2480 (type == CURSEG_HOT_DATA || IS_NODESEG(type))) in __get_next_segno()2597 if (IS_NODESEG(type)) { in get_ssr_segment()3113 if (page && IS_NODESEG(type)) { in f2fs_allocate_data_block()3520 if (IS_NODESEG(type)) { in read_normal_summaries()4140 if (IS_NODESEG(se->type)) in build_sit_entries()4179 if (IS_NODESEG(se->type)) in build_sit_entries()4186 if (IS_NODESEG(se->type)) in build_sit_entries()
25 #define IS_NODESEG(t) ((t) >= CURSEG_HOT_NODE) macro
203 (type == CURSEG_HOT_DATA || IS_NODESEG(type))) in select_policy()