Home
last modified time | relevance | path

Searched refs:i_io_list (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/fs/
H A Dfs-writeback.c72 return list_entry(head, struct inode, i_io_list); in wb_inode()
124 list_move(&inode->i_io_list, head); in inode_io_list_move_locked()
149 list_del_init(&inode->i_io_list); in inode_io_list_del_locked()
427 if (!list_empty(&inode->i_io_list)) { 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()
436 inode_io_list_move_locked(inode, new_wb, pos->i_io_list.prev); in inode_switch_wbs_work_fn()
1260 list_move(&inode->i_io_list, &tmp); in move_expired_inodes()
1284 list_move(&inode->i_io_list, dispatch_queue); in move_expired_inodes()
H A Dinode.c395 INIT_LIST_HEAD(&inode->i_io_list); in inode_init_once()
563 if (!list_empty(&inode->i_io_list)) in evict()
/OK3568_Linux_fs/kernel/mm/
H A Dbacking-dev.c58 list_for_each_entry(inode, &wb->b_dirty, i_io_list) in bdi_debug_stats_show()
60 list_for_each_entry(inode, &wb->b_io, i_io_list) in bdi_debug_stats_show()
62 list_for_each_entry(inode, &wb->b_more_io, i_io_list) in bdi_debug_stats_show()
64 list_for_each_entry(inode, &wb->b_dirty_time, i_io_list) in bdi_debug_stats_show()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs.h683 struct list_head i_io_list; /* backing dev IO list */ member
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dinode.c230 if (!list_empty_careful(&inode->i_io_list)) { in ext4_evict_inode()