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