Searched refs:NULL_SEGNO (Results 1 – 6 of 6) sorted by relevance
/fs/f2fs/ |
D | gc.c | 133 if (f2fs_gc(sbi, sync_mode, !foreground, false, NULL_SEGNO)) in gc_thread_func() 318 return NULL_SEGNO; in check_bg_victims() 724 p.min_segno = NULL_SEGNO; in get_victim_by_default() 734 if (*result != NULL_SEGNO) { in get_victim_by_default() 752 if (sbi->next_victim_seg[BG_GC] != NULL_SEGNO) { in get_victim_by_default() 755 sbi->next_victim_seg[BG_GC] = NULL_SEGNO; in get_victim_by_default() 759 sbi->next_victim_seg[FG_GC] != NULL_SEGNO) { in get_victim_by_default() 762 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in get_victim_by_default() 770 if (p.min_segno != NULL_SEGNO) in get_victim_by_default() 868 if (is_atgc && p.min_segno == NULL_SEGNO && in get_victim_by_default() [all …]
|
D | segment.c | 530 f2fs_gc(sbi, false, false, false, NULL_SEGNO); in f2fs_balance_fs() 915 if (segno == NULL_SEGNO || IS_CURSEG(sbi, segno)) in locate_dirty_segment() 1013 return NULL_SEGNO; in get_free_segment() 2258 if (segno == NULL_SEGNO) in get_segment_mtime() 2271 if (segno == NULL_SEGNO) in update_segment_mtime() 2641 curseg->next_segno = NULL_SEGNO; in reset_curseg() 2911 unsigned segno = NULL_SEGNO; in get_ssr_segment() 2955 if (segno != NULL_SEGNO) { in get_ssr_segment() 3451 f2fs_bug_on(sbi, GET_SEGNO(sbi, old_blkaddr) == NULL_SEGNO); in f2fs_allocate_data_block() 3486 if (GET_SEGNO(sbi, old_blkaddr) != NULL_SEGNO) in f2fs_allocate_data_block() [all …]
|
D | segment.h | 12 #define NULL_SEGNO ((unsigned int)(~0)) macro 100 NULL_SEGNO : GET_L2R_SEGNO(FREE_I(sbi), \
|
D | super.c | 2138 err = f2fs_gc(sbi, true, false, false, NULL_SEGNO); in f2fs_disable_checkpoint() 3626 sbi->next_victim_seg[BG_GC] = NULL_SEGNO; in init_sb_info() 3627 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in init_sb_info()
|
D | file.c | 1687 err = f2fs_gc(sbi, true, false, false, NULL_SEGNO); in expand_inode_data() 2526 ret = f2fs_gc(sbi, sync, true, false, NULL_SEGNO); in f2fs_ioc_gc()
|
D | data.c | 1409 if (GET_SEGNO(sbi, old_blkaddr) != NULL_SEGNO) { in __allocate_data_block()
|