Home
last modified time | relevance | path

Searched refs:skipped_atomic_files (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/fs/f2fs/
Ddebug.c157 si->skipped_atomic_files[BG_GC] = sbi->skipped_atomic_files[BG_GC]; in update_general_status()
158 si->skipped_atomic_files[FG_GC] = sbi->skipped_atomic_files[FG_GC]; in update_general_status()
432 si->skipped_atomic_files[BG_GC] + in stat_show()
433 si->skipped_atomic_files[FG_GC], in stat_show()
434 si->skipped_atomic_files[BG_GC]); in stat_show()
Dgc.c1138 F2FS_I_SB(inode)->skipped_atomic_files[gc_type]++; in move_data_block()
1289 F2FS_I_SB(inode)->skipped_atomic_files[gc_type]++; in move_data_page()
1650 unsigned long long last_skipped = sbi->skipped_atomic_files[FG_GC]; in f2fs_gc()
1708 if (sbi->skipped_atomic_files[FG_GC] > last_skipped || in f2fs_gc()
1711 last_skipped = sbi->skipped_atomic_files[FG_GC]; in f2fs_gc()
Df2fs.h1539 unsigned long long skipped_atomic_files[2]; /* FG_GC and BG_GC */ member
3576 unsigned long long skipped_atomic_files[2]; member