Searched refs:isw (Results 1 – 1 of 1) sorted by relevance
354 struct inode_switch_wbs_context *isw = in inode_switch_wbs_work_fn() local356 struct inode *inode = isw->inode; in inode_switch_wbs_work_fn()360 struct bdi_writeback *new_wb = isw->new_wb; in inode_switch_wbs_work_fn()467 kfree(isw); in inode_switch_wbs_work_fn()474 struct inode_switch_wbs_context *isw = container_of(rcu_head, in inode_switch_wbs_rcu_fn() local478 INIT_WORK(&isw->work, inode_switch_wbs_work_fn); in inode_switch_wbs_rcu_fn()479 queue_work(isw_wq, &isw->work); in inode_switch_wbs_rcu_fn()494 struct inode_switch_wbs_context *isw; in inode_switch_wbs() local504 isw = kzalloc(sizeof(*isw), GFP_ATOMIC); in inode_switch_wbs()505 if (!isw) in inode_switch_wbs()[all …]