Searched refs:NULL_SEGNO (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | gc.c | 39 .victim_segno = NULL_SEGNO, in gc_thread_func() 331 return NULL_SEGNO; in check_bg_victims() 767 p.min_segno = NULL_SEGNO; in f2fs_get_victim() 777 if (*result != NULL_SEGNO) { in f2fs_get_victim() 795 if (sbi->next_victim_seg[BG_GC] != NULL_SEGNO) { in f2fs_get_victim() 798 sbi->next_victim_seg[BG_GC] = NULL_SEGNO; in f2fs_get_victim() 802 sbi->next_victim_seg[FG_GC] != NULL_SEGNO) { in f2fs_get_victim() 805 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in f2fs_get_victim() 813 if (p.min_segno != NULL_SEGNO) in f2fs_get_victim() 911 if (is_atgc && p.min_segno == NULL_SEGNO && in f2fs_get_victim() [all …]
|
H A D | segment.c | 441 .victim_segno = NULL_SEGNO, in f2fs_balance_fs() 840 if (segno == NULL_SEGNO || IS_CURSEG(sbi, segno)) in locate_dirty_segment() 938 return NULL_SEGNO; in get_free_segment() 2379 if (segno == NULL_SEGNO) in get_segment_mtime() 2392 if (segno == NULL_SEGNO) in update_segment_mtime() 2418 if (segno == NULL_SEGNO) in update_sit_entry() 2745 curseg->next_segno = NULL_SEGNO; in reset_curseg() 2991 unsigned segno = NULL_SEGNO; in get_ssr_segment() 3035 if (segno != NULL_SEGNO) { in get_ssr_segment() 3468 f2fs_bug_on(sbi, GET_SEGNO(sbi, old_blkaddr) == NULL_SEGNO); in f2fs_allocate_data_block() [all …]
|
H A D | segment.h | 12 #define NULL_SEGNO ((unsigned int)(~0)) macro 100 NULL_SEGNO : GET_L2R_SEGNO(FREE_I(sbi), \
|
H A D | super.c | 2204 .victim_segno = NULL_SEGNO, in f2fs_disable_checkpoint() 3777 sbi->next_victim_seg[BG_GC] = NULL_SEGNO; in init_sb_info() 3778 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in init_sb_info()
|
H A D | file.c | 1734 struct f2fs_gc_control gc_control = { .victim_segno = NULL_SEGNO, in f2fs_expand_inode_data() 2534 struct f2fs_gc_control gc_control = { .victim_segno = NULL_SEGNO, in f2fs_ioc_gc()
|
H A D | data.c | 1423 if (GET_SEGNO(sbi, old_blkaddr) != NULL_SEGNO) in __allocate_data_block()
|