Lines Matching refs:b_dirty
100 if (wb_has_dirty_io(wb) && list_empty(&wb->b_dirty) &&
423 * @inode was on is ignored and the inode is put on ->b_dirty which
432 list_for_each_entry(pos, &new_wb->b_dirty, i_io_list)
1183 * already the most-recently-dirtied inode on the b_dirty list. If that is
1191 if (!list_empty(&wb->b_dirty)) {
1194 tail = wb_inode(wb->b_dirty.next);
1198 inode_io_list_move_locked(inode, wb, &wb->b_dirty);
1297 * newly dirtied b_dirty b_io b_more_io
1300 * newly dirtied b_dirty b_io b_more_io
1313 moved = move_expired_inodes(&wb->b_dirty, &wb->b_io, dirtied_before);
2303 * If the inode was already on b_dirty/b_io/b_more_io, don't
2304 * reposition it (that would break b_dirty time-ordering).
2318 dirty_list = &wb->b_dirty;