Home
last modified time | relevance | path

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

/linux/fs/
H A Dfs-writeback.c1519 * @delaying_queue to @dispatch_queue. in move_expired_inodes()
1522 struct list_head *dispatch_queue, in move_expired_inodes()
1548 /* just one sb in list, splice to dispatch_queue and we're done */
1550 list_splice(&tmp, dispatch_queue);
1555 * Although inode's i_io_list is moved from 'tmp' to 'dispatch_queue',
1565 list_move(&inode->i_io_list, dispatch_queue); in queue_io()
1499 move_expired_inodes(struct list_head * delaying_queue,struct list_head * dispatch_queue,unsigned long dirtied_before) move_expired_inodes() argument