Home
last modified time | relevance | path

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

/fs/f2fs/
A Dsegment.h28 #define IS_NODESEG(t) ((t) >= CURSEG_HOT_NODE && (t) <= CURSEG_COLD_NODE) macro
29 #define SE_PAGETYPE(se) ((IS_NODESEG((se)->type) ? NODE : DATA))
A Dsegment.c914 if (IS_NODESEG(se->type)) in f2fs_get_unusable_blocks()
2909 if (IS_NODESEG(seg_type)) in reset_curseg()
2941 if (seg_type == CURSEG_HOT_DATA || IS_NODESEG(seg_type)) in __get_next_segno()
3203 if (IS_NODESEG(seg_type)) { in get_ssr_segment()
3776 f2fs_bug_on(sbi, IS_NODESEG(se->type)); in f2fs_allocate_data_block()
3853 if (folio && IS_NODESEG(curseg->seg_type)) { in f2fs_allocate_data_block()
4346 if (IS_NODESEG(type)) { in read_normal_summaries()
A Dgc.c315 else if (type == CURSEG_HOT_DATA || IS_NODESEG(type)) in select_policy()

Completed in 20 milliseconds