Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/f2fs/
H A Ddebug.c181 si->skipped_atomic_files[BG_GC] = sbi->skipped_atomic_files[BG_GC]; in update_general_status()
182 si->skipped_atomic_files[FG_GC] = sbi->skipped_atomic_files[FG_GC]; in update_general_status()
486 si->skipped_atomic_files[BG_GC] + in stat_show()
487 si->skipped_atomic_files[FG_GC], in stat_show()
488 si->skipped_atomic_files[BG_GC]); in stat_show()
H A Dgc.c1187 F2FS_I_SB(inode)->skipped_atomic_files[gc_type]++; in move_data_block()
1338 F2FS_I_SB(inode)->skipped_atomic_files[gc_type]++; in move_data_page()
1704 unsigned long long last_skipped = sbi->skipped_atomic_files[FG_GC]; in f2fs_gc()
1762 if (sbi->skipped_atomic_files[FG_GC] > last_skipped || in f2fs_gc()
1765 last_skipped = sbi->skipped_atomic_files[FG_GC]; in f2fs_gc()
H A Df2fs.h1691 unsigned long long skipped_atomic_files[2]; /* FG_GC and BG_GC */ member
3851 unsigned long long skipped_atomic_files[2]; member