Searched refs:IS_CURSEG (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | segment.h | 39 #define IS_CURSEG(sbi, seg) \ macro
|
H A D | segment.c | 898 if (IS_CURSEG(sbi, segno)) in __locate_dirty_segment() 979 if (segno == NULL_SEGNO || IS_CURSEG(sbi, segno)) in locate_dirty_segment() 1012 if (IS_CURSEG(sbi, segno)) in f2fs_dirty_to_prefree() 3774 if (se->valid_blocks == 0 && !IS_CURSEG(sbi, segno)) { in f2fs_do_replace_block() 3781 if (IS_CURSEG(sbi, segno)) { in f2fs_do_replace_block()
|
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | segment.h | 39 #define IS_CURSEG(sbi, seg) \ macro
|
H A D | segment.c | 749 if (IS_CURSEG(sbi, segno)) in __locate_dirty_segment() 830 if (segno == NULL_SEGNO || IS_CURSEG(sbi, segno)) in locate_dirty_segment() 863 if (IS_CURSEG(sbi, segno)) in f2fs_dirty_to_prefree() 3714 if (se->valid_blocks == 0 && !IS_CURSEG(sbi, segno)) { in f2fs_do_replace_block() 3721 if (IS_CURSEG(sbi, segno)) { in f2fs_do_replace_block()
|
Completed in 25 milliseconds