Searched refs:GC_THREAD (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/f2fs/ |
D | super.c | 99 GC_THREAD, /* struct f2fs_gc_thread */ enumerator 116 if (struct_type == GC_THREAD) in __struct_ptr() 205 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_min_sleep_time, min_sleep_time); 206 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_max_sleep_time, max_sleep_time); 207 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_no_gc_sleep_time, no_gc_sleep_time); 208 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_idle, gc_idle);
|