Searched refs:check_valid_map (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/f2fs/ |
D | gc.c | 950 static int check_valid_map(struct f2fs_sb_info *sbi, in check_valid_map() function 998 if (check_valid_map(sbi, segno, off) == 0) in gc_node_segment() 1018 if (check_valid_map(sbi, segno, off) == 0) { in gc_node_segment() 1125 if (unlikely(check_valid_map(sbi, segno, offset))) { in is_alive() 1261 if (!check_valid_map(F2FS_I_SB(inode), segno, off)) { in move_data_block() 1404 if (!check_valid_map(F2FS_I_SB(inode), segno, off)) { in move_data_page() 1505 if (check_valid_map(sbi, segno, off) == 0) in gc_data_segment()
|