Home
last modified time | relevance | path

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

/linux/fs/
H A Dfs-writeback.c501 struct inode_switch_wbs_context *isw) in process_inode_switch_wbs() argument
503 struct backing_dev_info *bdi = inode_to_bdi(isw->inodes[0]); in process_inode_switch_wbs()
504 struct bdi_writeback *old_wb = isw->inodes[0]->i_wb; in process_inode_switch_wbs()
514 inodep = isw->inodes; in process_inode_switch_wbs()
557 for (inodep = isw->inodes; *inodep; inodep++) in process_inode_switch_wbs()
560 kfree(isw); in process_inode_switch_wbs()
568 struct inode_switch_wbs_context *isw, *next_isw; in inode_switch_wbs_work_fn() local
593 llist_for_each_entry_safe(isw, next_isw, list, list) in inode_switch_wbs_work_fn()
594 process_inode_switch_wbs(new_wb, isw); in inode_switch_wbs_work_fn()
628 struct inode_switch_wbs_context *isw) in wb_queue_isw() argument
[all …]