Home
last modified time | relevance | path

Searched refs:IS_DATASEG (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/fs/f2fs/
H A Dsegment.c2742 if (IS_DATASEG(seg_type)) in reset_curseg()
3492 if (IS_DATASEG(curseg->seg_type)) in f2fs_allocate_data_block()
3639 if (!IS_DATASEG(get_seg_entry(sbi, segno)->type)) { in f2fs_inplace_write_data()
3730 f2fs_bug_on(sbi, !IS_DATASEG(type)); in f2fs_do_replace_block()
3924 if (IS_DATASEG(type)) { in read_normal_summaries()
4086 if (IS_DATASEG(type)) in write_normal_summaries()
H A Dsegment.h25 #define IS_DATASEG(t) ((t) <= CURSEG_COLD_DATA) macro
H A Dgc.c1683 unsigned char type = IS_DATASEG(get_seg_entry(sbi, segno)->type) ? in do_garbage_collect()
/kernel/linux/linux-5.10/fs/f2fs/
H A Dsegment.h25 #define IS_DATASEG(t) ((t) <= CURSEG_COLD_DATA) macro
H A Dsegment.c2705 if (IS_DATASEG(seg_type)) in reset_curseg()
3721 if (!IS_DATASEG(get_seg_entry(sbi, segno)->type)) { in f2fs_inplace_write_data()
3790 f2fs_bug_on(sbi, !IS_DATASEG(type)); in f2fs_do_replace_block()
3976 if (IS_DATASEG(type)) { in read_normal_summaries()
4142 if (IS_DATASEG(type)) in write_normal_summaries()
H A Dgc.c1589 unsigned char type = IS_DATASEG(get_seg_entry(sbi, segno)->type) ? in do_garbage_collect()

Completed in 22 milliseconds