Searched refs:IS_NODESEG (Results 1 – 3 of 3) sorted by relevance
26 #define IS_NODESEG(t) ((t) >= CURSEG_HOT_NODE && (t) <= CURSEG_COLD_NODE) macro27 #define SE_PAGETYPE(se) ((IS_NODESEG((se)->type) ? NODE : DATA))
885 if (IS_NODESEG(se->type)) in f2fs_get_unusable_blocks()2745 if (IS_NODESEG(seg_type)) in reset_curseg()2771 (seg_type == CURSEG_HOT_DATA || IS_NODESEG(seg_type))) in __get_next_segno()2997 if (IS_NODESEG(seg_type)) { in get_ssr_segment()3433 f2fs_bug_on(sbi, IS_NODESEG(se->type)); in f2fs_allocate_data_block()3498 if (page && IS_NODESEG(type)) { in f2fs_allocate_data_block()3956 if (IS_NODESEG(type)) { in read_normal_summaries()
287 (type == CURSEG_HOT_DATA || IS_NODESEG(type))) in select_policy()