Searched defs:bdi_writeback (Results 1 – 1 of 1) sorted by relevance
49 struct bdi_writeback { struct50 struct backing_dev_info *bdi; /* our parent bdi */52 unsigned long last_old_flush; /* last old data flush */54 struct delayed_work dwork; /* work item used for writeback */55 struct list_head b_dirty; /* dirty inodes */56 struct list_head b_io; /* parked for writeback */57 struct list_head b_more_io; /* parked for more writeback */58 struct list_head b_dirty_time; /* time stamps are dirty */59 spinlock_t list_lock; /* protects the b_* lists */