Searched refs:IS_CURSEG (Results 1 – 2 of 2) sorted by relevance
426 if (IS_CURSEG(sbi, segno)) in __locate_dirty_segment()476 if (segno == NULL_SEGNO || IS_CURSEG(sbi, segno)) in locate_dirty_segment()1365 if (se->valid_blocks == 0 && !IS_CURSEG(sbi, segno)) { in __f2fs_replace_block()1372 if (!IS_CURSEG(sbi, segno)) in __f2fs_replace_block()
27 #define IS_CURSEG(sbi, seg) \ macro