Searched refs:GC_THREAD (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/fs/f2fs/ |
D | sysfs.c | 25 GC_THREAD, /* struct f2fs_gc_thread */ enumerator 49 if (struct_type == GC_THREAD) in __struct_ptr() 289 a->struct_type == GC_THREAD); in f2fs_sbi_store() 385 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_urgent_sleep_time, 387 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_min_sleep_time, min_sleep_time); 388 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_max_sleep_time, max_sleep_time); 389 F2FS_RW_ATTR(GC_THREAD, f2fs_gc_kthread, gc_no_gc_sleep_time, no_gc_sleep_time);
|