Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dsegment.c2878 if (IS_DATASEG(seg_type)) in reset_curseg()
3820 if (IS_DATASEG(curseg->seg_type)) in f2fs_allocate_data_block()
4000 if (!IS_DATASEG(get_seg_entry(sbi, segno)->type)) { in f2fs_inplace_write_data()
4092 f2fs_bug_on(sbi, !IS_DATASEG(curseg->seg_type)); in f2fs_do_replace_block()
4288 if (IS_DATASEG(type)) { in read_normal_summaries()
4450 if (IS_DATASEG(type)) in write_normal_summaries()
H A Dsegment.h27 #define IS_DATASEG(t) ((t) <= CURSEG_COLD_DATA) macro
H A Dgc.c1728 unsigned char type = IS_DATASEG(get_seg_entry(sbi, segno)->type) ? in do_garbage_collect()