Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dgc.c39 .victim_segno = NULL_SEGNO, in gc_thread_func()
329 return NULL_SEGNO; in check_bg_victims()
765 p.min_segno = NULL_SEGNO; in f2fs_get_victim()
775 if (*result != NULL_SEGNO) { in f2fs_get_victim()
793 if (sbi->next_victim_seg[BG_GC] != NULL_SEGNO) { in f2fs_get_victim()
796 sbi->next_victim_seg[BG_GC] = NULL_SEGNO; in f2fs_get_victim()
800 sbi->next_victim_seg[FG_GC] != NULL_SEGNO) { in f2fs_get_victim()
803 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in f2fs_get_victim()
811 if (p.min_segno != NULL_SEGNO) in f2fs_get_victim()
909 if (is_atgc && p.min_segno == NULL_SEGNO && in f2fs_get_victim()
[all …]
H A Dsegment.c434 .victim_segno = NULL_SEGNO, in f2fs_balance_fs()
835 if (segno == NULL_SEGNO || IS_CURSEG(sbi, segno)) in locate_dirty_segment()
938 return NULL_SEGNO; in get_free_segment()
2384 if (segno == NULL_SEGNO) in get_segment_mtime()
2397 if (segno == NULL_SEGNO) in update_segment_mtime()
2423 if (segno == NULL_SEGNO) in update_sit_entry()
2760 if (curseg->next_segno == NULL_SEGNO) in reset_curseg()
2767 curseg->next_segno = NULL_SEGNO; in reset_curseg()
2839 curseg->segno = NULL_SEGNO; in new_curseg()
3047 unsigned segno = NULL_SEGNO; in get_ssr_segment()
[all …]
H A Dsegment.h12 #define NULL_SEGNO ((unsigned int)(~0)) macro
100 NULL_SEGNO : GET_L2R_SEGNO(FREE_I(sbi), \
H A Dsuper.c2191 .victim_segno = NULL_SEGNO, in f2fs_disable_checkpoint()
3785 sbi->next_victim_seg[BG_GC] = NULL_SEGNO; in init_sb_info()
3786 sbi->next_victim_seg[FG_GC] = NULL_SEGNO; in init_sb_info()
H A Dfile.c1749 struct f2fs_gc_control gc_control = { .victim_segno = NULL_SEGNO, in f2fs_expand_inode_data()
2539 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()