Searched refs:b_dirty (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
H A D | backing-dev-defs.h | 113 struct list_head b_dirty; /* dirty inodes */ member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | backing-dev-defs.h | 111 struct list_head b_dirty; /* dirty inodes */ member
|
/kernel/linux/linux-5.10/fs/ |
H A D | fs-writeback.c | 100 if (wb_has_dirty_io(wb) && list_empty(&wb->b_dirty) && in wb_io_lists_depopulated() 423 * @inode was on is ignored and the inode is put on ->b_dirty which in inode_switch_wbs_work_fn() 432 list_for_each_entry(pos, &new_wb->b_dirty, i_io_list) in inode_switch_wbs_work_fn() 1183 * already the most-recently-dirtied inode on the b_dirty list. If that is 1191 if (!list_empty(&wb->b_dirty)) { in redirty_tail_locked() 1194 tail = wb_inode(wb->b_dirty.next); in redirty_tail_locked() 1198 inode_io_list_move_locked(inode, wb, &wb->b_dirty); in redirty_tail_locked() 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, in queue_io() [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | fs-writeback.c | 100 if (wb_has_dirty_io(wb) && list_empty(&wb->b_dirty) && in wb_io_lists_depopulated() 424 * ->b_dirty which is always correct including from ->b_dirty_time. in inode_do_switch_wbs() 435 list_for_each_entry(pos, &new_wb->b_dirty, i_io_list) in inode_do_switch_wbs() 1314 * already the most-recently-dirtied inode on the b_dirty list. If that is 1333 if (!list_empty(&wb->b_dirty)) { in redirty_tail_locked() 1336 tail = wb_inode(wb->b_dirty.next); in redirty_tail_locked() 1340 inode_io_list_move_locked(inode, wb, &wb->b_dirty); in redirty_tail_locked() 1441 * newly dirtied b_dirty b_io b_more_io 1444 * newly dirtied b_dirty b_io b_more_io 1457 moved = move_expired_inodes(&wb->b_dirty, in queue_io() [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | backing-dev.c | 58 list_for_each_entry(inode, &wb->b_dirty, i_io_list) in bdi_debug_stats_show() 82 "b_dirty: %10lu\n" in bdi_debug_stats_show() 291 INIT_LIST_HEAD(&wb->b_dirty); in wb_init()
|
/kernel/linux/linux-6.6/mm/ |
H A D | backing-dev.c | 61 list_for_each_entry(inode, &wb->b_dirty, i_io_list) in bdi_debug_stats_show() 84 "b_dirty: %10lu\n" in bdi_debug_stats_show() 422 INIT_LIST_HEAD(&wb->b_dirty); in wb_init()
|
Completed in 9 milliseconds