Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dsegment.c766 if (IS_CURSEG(sbi, segno)) in __locate_dirty_segment()
849 if (segno == NULL_SEGNO || IS_CURSEG(sbi, segno)) in locate_dirty_segment()
882 if (IS_CURSEG(sbi, segno)) in f2fs_dirty_to_prefree()
2101 !IS_CURSEG(sbi, cpc->trim_start)) || in add_discard_addrs()
4075 if (se->valid_blocks == 0 && !IS_CURSEG(sbi, segno)) { in f2fs_do_replace_block()
4082 if (IS_CURSEG(sbi, segno)) { in f2fs_do_replace_block()
H A Dsegment.h37 #define IS_CURSEG(sbi, seg) \ macro
H A Ddebug.c94 if (IS_CURSEG(sbi, j)) in update_multidevice_stats()