Home
last modified time | relevance | path

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

/linux-4.19.296/fs/f2fs/
Dsegment.c2059 if (IS_NODESEG(se->type)) { in update_sit_entry()
2352 if (IS_NODESEG(type)) in reset_curseg()
2364 (type == CURSEG_HOT_DATA || IS_NODESEG(type))) in __get_next_segno()
2480 if (IS_NODESEG(type)) { in get_ssr_segment()
2954 if (page && IS_NODESEG(type)) { in f2fs_allocate_data_block()
3343 if (IS_NODESEG(type)) { in read_normal_summaries()
3947 if (IS_NODESEG(se->type)) in build_sit_entries()
3988 if (IS_NODESEG(se->type)) in build_sit_entries()
3995 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()