Home
last modified time | relevance | path

Searched refs:IS_CURSEG (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/fs/f2fs/
Dsegment.h34 #define IS_CURSEG(sbi, seg) \ macro
Dsegment.c754 if (IS_CURSEG(sbi, segno)) in __locate_dirty_segment()
804 if (segno == NULL_SEGNO || IS_CURSEG(sbi, segno)) in locate_dirty_segment()
3104 if (se->valid_blocks == 0 && !IS_CURSEG(sbi, segno)) { in f2fs_do_replace_block()
3111 if (IS_CURSEG(sbi, segno)) { in f2fs_do_replace_block()