Searched refs:IS_DATASEG (Results 1 – 3 of 3) sorted by relevance
2743 if (IS_DATASEG(seg_type)) in reset_curseg()3493 if (IS_DATASEG(type)) in f2fs_allocate_data_block()3643 if (!IS_DATASEG(get_seg_entry(sbi, segno)->type)) { in f2fs_inplace_write_data()3735 f2fs_bug_on(sbi, !IS_DATASEG(type)); in f2fs_do_replace_block()3931 if (IS_DATASEG(type)) { in read_normal_summaries()4093 if (IS_DATASEG(type)) in write_normal_summaries()
25 #define IS_DATASEG(t) ((t) <= CURSEG_COLD_DATA) macro
1686 unsigned char type = IS_DATASEG(get_seg_entry(sbi, segno)->type) ? in do_garbage_collect()