Home
last modified time | relevance | path

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

/Linux-v5.4/fs/f2fs/
Dsegment.h24 #define IS_DATASEG(t) ((t) <= CURSEG_COLD_DATA) macro
Dsegment.c2463 if (IS_DATASEG(type)) in reset_curseg()
3249 if (!IS_DATASEG(get_seg_entry(sbi, segno)->type)) { in f2fs_inplace_write_data()
3317 f2fs_bug_on(sbi, !IS_DATASEG(type)); in f2fs_do_replace_block()
3495 if (IS_DATASEG(type)) { in read_normal_summaries()
3660 if (IS_DATASEG(type)) in write_normal_summaries()
Dgc.c1157 unsigned char type = IS_DATASEG(get_seg_entry(sbi, segno)->type) ? in do_garbage_collect()