Home
last modified time | relevance | path

Searched defs:f2fs_gc_kthread (Results 1 – 1 of 1) sorted by relevance

/linux/fs/f2fs/
H A Df2fs.h1758 struct f2fs_gc_kthread { struct
1759 struct task_struct *f2fs_gc_task;
1760 wait_queue_head_t gc_wait_queue_head;
1763 unsigned int urgent_sleep_time;
1764 unsigned int min_sleep_time;
1765 unsigned int max_sleep_time;
1766 unsigned int no_gc_sleep_time;
1769 bool gc_wake;
1772 wait_queue_head_t fggc_wq; /*
1778 unsigned int no_zoned_gc_percent;
[all …]