Lines Matching defs:bdi_writeback
50 struct bdi_writeback { struct
51 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 */
62 spinlock_t list_lock; /* protects the b_* lists */