Searched refs:GC_THREAD (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/fs/f2fs/ |
D | super.c | 90 GC_THREAD, /* struct f2fs_gc_thread */ enumerator 107 if (struct_type == GC_THREAD) in __struct_ptr() 196 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_min_sleep_time, min_sleep_time); 197 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_max_sleep_time, max_sleep_time); 198 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_no_gc_sleep_time, no_gc_sleep_time); 199 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_idle, gc_idle);
|