Searched refs:NULL_SEGNO (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/fs/f2fs/ |
D | gc.c | 39 .victim_segno = NULL_SEGNO, in gc_thread_func() 328 return NULL_SEGNO; in check_bg_victims() 734 p.min_segno = NULL_SEGNO; in get_victim_by_default() 744 if (*result != NULL_SEGNO) { in get_victim_by_default() 762 if (sbi->next_victim_seg[BG_GC] != NULL_SEGNO) { in get_victim_by_default() 765 sbi->next_victim_seg[BG_GC] = NULL_SEGNO; in get_victim_by_default() 769 sbi->next_victim_seg[FG_GC] != NULL_SEGNO) { in get_victim_by_default() 772 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in get_victim_by_default() 780 if (p.min_segno != NULL_SEGNO) in get_victim_by_default() 878 if (is_atgc && p.min_segno == NULL_SEGNO && in get_victim_by_default() [all …]
|
D | segment.c | 403 .victim_segno = NULL_SEGNO, in f2fs_balance_fs() 795 if (segno == NULL_SEGNO || IS_CURSEG(sbi, segno)) in locate_dirty_segment() 893 return NULL_SEGNO; in get_free_segment() 2135 if (segno == NULL_SEGNO) in get_segment_mtime() 2148 if (segno == NULL_SEGNO) in update_segment_mtime() 2518 curseg->next_segno = NULL_SEGNO; in reset_curseg() 2788 unsigned segno = NULL_SEGNO; in get_ssr_segment() 2832 if (segno != NULL_SEGNO) { in get_ssr_segment() 3232 f2fs_bug_on(sbi, GET_SEGNO(sbi, old_blkaddr) == NULL_SEGNO); in f2fs_allocate_data_block() 3267 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 | 2119 .victim_segno = NULL_SEGNO, in f2fs_disable_checkpoint() 3612 sbi->next_victim_seg[BG_GC] = NULL_SEGNO; in init_sb_info() 3613 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in init_sb_info()
|
D | file.c | 1693 struct f2fs_gc_control gc_control = { .victim_segno = NULL_SEGNO, in expand_inode_data() 2417 struct f2fs_gc_control gc_control = { .victim_segno = NULL_SEGNO, in f2fs_ioc_gc()
|
D | data.c | 1424 if (GET_SEGNO(sbi, old_blkaddr) != NULL_SEGNO) { in __allocate_data_block()
|