Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dgc.c39 .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 Dsegment.c441 .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 Dsegment.h12 #define NULL_SEGNO ((unsigned int)(~0)) macro
100 NULL_SEGNO : GET_L2R_SEGNO(FREE_I(sbi), \
H A Dsuper.c2204 .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 Dfile.c1734 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 Ddata.c1423 if (GET_SEGNO(sbi, old_blkaddr) != NULL_SEGNO) in __allocate_data_block()