Home
last modified time | relevance | path

Searched refs:NULL_SEGNO (Results 1 – 6 of 6) sorted by relevance

/fs/f2fs/
Dgc.c133 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 …]
Dsegment.c530 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 …]
Dsegment.h12 #define NULL_SEGNO ((unsigned int)(~0)) macro
100 NULL_SEGNO : GET_L2R_SEGNO(FREE_I(sbi), \
Dsuper.c2138 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()
Dfile.c1687 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()
Ddata.c1409 if (GET_SEGNO(sbi, old_blkaddr) != NULL_SEGNO) { in __allocate_data_block()