Searched defs:bdi_writeback (Results 1 – 1 of 1) sorted by relevance
50 struct bdi_writeback { struct51 struct backing_dev_info *bdi; /* our parent bdi */52 unsigned int nr;54 unsigned long last_old_flush; /* last old data flush */55 unsigned long last_active; /* last time bdi thread was active */57 struct task_struct *task; /* writeback thread */58 struct timer_list wakeup_timer; /* used for delayed bdi thread wakeup */59 struct list_head b_dirty; /* dirty inodes */60 struct list_head b_io; /* parked for writeback */61 struct list_head b_more_io; /* parked for more writeback */[all …]