Searched defs:bdi_writeback (Results 1 – 1 of 1) sorted by relevance
106 struct bdi_writeback { struct107 struct backing_dev_info *bdi; /* our parent bdi */109 unsigned long state; /* Always use atomic bitops on this */110 unsigned long last_old_flush; /* last old data flush */112 struct list_head b_dirty; /* dirty inodes */113 struct list_head b_io; /* parked for writeback */114 struct list_head b_more_io; /* parked for more writeback */115 struct list_head b_dirty_time; /* time stamps are dirty */116 spinlock_t list_lock; /* protects the b_* lists */118 atomic_t writeback_inodes; /* number of inodes under writeback */[all …]