Home
last modified time | relevance | path

Searched refs:IS_NODESEG (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/fs/f2fs/
Dsegment.c922 if (IS_NODESEG(se->type)) in f2fs_get_unusable_blocks()
2553 if (IS_NODESEG(seg_type)) in reset_curseg()
2577 (seg_type == CURSEG_HOT_DATA || IS_NODESEG(seg_type))) in __get_next_segno()
2808 if (IS_NODESEG(seg_type)) { in get_ssr_segment()
3320 f2fs_bug_on(sbi, IS_NODESEG(se->type)); in f2fs_allocate_data_block()
3372 if (page && IS_NODESEG(type)) { in f2fs_allocate_data_block()
3788 if (IS_NODESEG(type)) { in read_normal_summaries()
4416 if (IS_NODESEG(se->type)) in build_sit_entries()
4455 if (IS_NODESEG(se->type)) in build_sit_entries()
4462 if (IS_NODESEG(se->type)) in build_sit_entries()
Dsegment.h26 #define IS_NODESEG(t) ((t) >= CURSEG_HOT_NODE && (t) <= CURSEG_COLD_NODE) macro
Dgc.c241 (type == CURSEG_HOT_DATA || IS_NODESEG(type))) in select_policy()