Searched refs:IS_DATASEG (Results 1 - 3 of 3) sorted by path

/linux-master/fs/f2fs/
H A Dgc.c1677 unsigned char type = IS_DATASEG(get_seg_entry(sbi, segno)->type) ?
H A Dsegment.c2773 if (IS_DATASEG(seg_type))
3590 if (IS_DATASEG(curseg->seg_type))
3745 if (!IS_DATASEG(get_seg_entry(sbi, segno)->type)) {
3836 f2fs_bug_on(sbi, !IS_DATASEG(type));
4033 if (IS_DATASEG(type)) {
4195 if (IS_DATASEG(type))
H A Dsegment.h25 #define IS_DATASEG(t) ((t) <= CURSEG_COLD_DATA) macro

Completed in 217 milliseconds