Home
last modified time | relevance | path

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

/Linux-v4.19/fs/f2fs/
Dsegment.c2033 if (IS_NODESEG(se->type)) { in update_sit_entry()
2327 if (IS_NODESEG(type)) in reset_curseg()
2339 (type == CURSEG_HOT_DATA || IS_NODESEG(type))) in __get_next_segno()
2455 if (IS_NODESEG(type)) { in get_ssr_segment()
2929 if (page && IS_NODESEG(type)) { in f2fs_allocate_data_block()
3309 if (IS_NODESEG(type)) { in read_normal_summaries()
3915 if (IS_NODESEG(se->type)) in build_sit_entries()
3958 if (IS_NODESEG(se->type)) in build_sit_entries()
3965 if (IS_NODESEG(se->type)) in build_sit_entries()
Dsegment.h28 #define IS_NODESEG(t) ((t) >= CURSEG_HOT_NODE) macro
Dgc.c198 (type == CURSEG_HOT_DATA || IS_NODESEG(type))) in select_policy()