Home
last modified time | relevance | path

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

/linux-6.6.21/fs/f2fs/
Dgc.c39 .victim_segno = NULL_SEGNO, in gc_thread_func()
329 return NULL_SEGNO; in check_bg_victims()
766 p.min_segno = NULL_SEGNO; in f2fs_get_victim()
776 if (*result != NULL_SEGNO) { in f2fs_get_victim()
794 if (sbi->next_victim_seg[BG_GC] != NULL_SEGNO) { in f2fs_get_victim()
797 sbi->next_victim_seg[BG_GC] = NULL_SEGNO; in f2fs_get_victim()
801 sbi->next_victim_seg[FG_GC] != NULL_SEGNO) { in f2fs_get_victim()
804 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in f2fs_get_victim()
812 if (p.min_segno != NULL_SEGNO) in f2fs_get_victim()
910 if (is_atgc && p.min_segno == NULL_SEGNO && in f2fs_get_victim()
[all …]
Dsegment.c431 .victim_segno = NULL_SEGNO, in f2fs_balance_fs()
830 if (segno == NULL_SEGNO || IS_CURSEG(sbi, segno)) in locate_dirty_segment()
928 return NULL_SEGNO; in get_free_segment()
2361 if (segno == NULL_SEGNO) in get_segment_mtime()
2374 if (segno == NULL_SEGNO) in update_segment_mtime()
2736 curseg->next_segno = NULL_SEGNO; in reset_curseg()
2983 unsigned segno = NULL_SEGNO; in get_ssr_segment()
3027 if (segno != NULL_SEGNO) { in get_ssr_segment()
3430 f2fs_bug_on(sbi, GET_SEGNO(sbi, old_blkaddr) == NULL_SEGNO); in f2fs_allocate_data_block()
3466 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.c2239 .victim_segno = NULL_SEGNO, in f2fs_disable_checkpoint()
3813 sbi->next_victim_seg[BG_GC] = NULL_SEGNO; in init_sb_info()
3814 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in init_sb_info()
Dfile.c1690 struct f2fs_gc_control gc_control = { .victim_segno = NULL_SEGNO, in f2fs_expand_inode_data()
2450 struct f2fs_gc_control gc_control = { .victim_segno = NULL_SEGNO, in f2fs_ioc_gc()
Ddata.c1495 if (GET_SEGNO(sbi, old_blkaddr) != NULL_SEGNO) { in __allocate_data_block()