Home
last modified time | relevance | path

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

/linux-6.15/fs/f2fs/
H A Dgc.c39 .victim_segno = NULL_SEGNO, in gc_thread_func()
360 return NULL_SEGNO; in check_bg_victims()
793 p.min_segno = NULL_SEGNO; in f2fs_get_victim()
803 if (*result != NULL_SEGNO) { in f2fs_get_victim()
827 sbi->next_victim_seg[BG_GC] = NULL_SEGNO; in f2fs_get_victim()
842 if (p.min_segno != NULL_SEGNO) in f2fs_get_victim()
946 if (p.min_segno != NULL_SEGNO) { in f2fs_get_victim()
961 if (p.min_segno != NULL_SEGNO) in f2fs_get_victim()
1841 segno + 1 : NULL_SEGNO; in do_garbage_collect()
1946 sbi->cur_victim_sec = NULL_SEGNO; in f2fs_gc()
[all …]
H A Dsegment.h12 #define NULL_SEGNO ((unsigned int)(~0)) macro
98 NULL_SEGNO : GET_L2R_SEGNO(FREE_I(sbi), \
569 if (unlikely(segno == NULL_SEGNO)) in has_curseg_enough_space()
583 if (unlikely(segno == NULL_SEGNO)) in has_curseg_enough_space()
H A Dsegment.c448 .victim_segno = NULL_SEGNO, in f2fs_balance_fs()
952 return NULL_SEGNO; in get_free_segment()
2408 if (segno == NULL_SEGNO) in get_segment_mtime()
2421 if (segno == NULL_SEGNO) in update_segment_mtime()
2549 if (segno == NULL_SEGNO) in update_sit_entry()
2864 if (curseg->next_segno == NULL_SEGNO) in reset_curseg()
2871 curseg->next_segno = NULL_SEGNO; in reset_curseg()
2928 curseg->segno = NULL_SEGNO; in reset_curseg_fields()
3159 unsigned segno = NULL_SEGNO; in get_ssr_segment()
3205 if (segno != NULL_SEGNO) { in get_ssr_segment()
[all …]
H A Dsuper.c2244 .victim_segno = NULL_SEGNO, in f2fs_disable_checkpoint()
3890 sbi->next_victim_seg[BG_GC] = NULL_SEGNO; in init_sb_info()
3891 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in init_sb_info()
H A Dfile.c1800 struct f2fs_gc_control gc_control = { .victim_segno = NULL_SEGNO, in f2fs_expand_inode_data()
2673 struct f2fs_gc_control gc_control = { .victim_segno = NULL_SEGNO, in f2fs_ioc_gc()
H A Ddata.c1424 if (GET_SEGNO(sbi, old_blkaddr) != NULL_SEGNO) in __allocate_data_block()