Home
last modified time | relevance | path

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

/fs/f2fs/
Dsegment.c890 if (IS_NODESEG(se->type)) in f2fs_get_unusable_blocks()
2476 if (IS_NODESEG(type)) in reset_curseg()
2491 (type == CURSEG_HOT_DATA || IS_NODESEG(type))) in __get_next_segno()
2608 if (IS_NODESEG(type)) { in get_ssr_segment()
3144 if (page && IS_NODESEG(type)) { in f2fs_allocate_data_block()
3557 if (IS_NODESEG(type)) { in read_normal_summaries()
4177 if (IS_NODESEG(se->type)) in build_sit_entries()
4216 if (IS_NODESEG(se->type)) in build_sit_entries()
4223 if (IS_NODESEG(se->type)) in build_sit_entries()
Dsegment.h25 #define IS_NODESEG(t) ((t) >= CURSEG_HOT_NODE) macro
Dgc.c203 (type == CURSEG_HOT_DATA || IS_NODESEG(type))) in select_policy()