Searched refs:isw (Results 1 – 1 of 1) sorted by relevance
336 struct inode_switch_wbs_context *isw = in inode_switch_wbs_work_fn() local338 struct inode *inode = isw->inode; in inode_switch_wbs_work_fn()341 struct bdi_writeback *new_wb = isw->new_wb; in inode_switch_wbs_work_fn()445 kfree(isw); in inode_switch_wbs_work_fn()452 struct inode_switch_wbs_context *isw = container_of(rcu_head, in inode_switch_wbs_rcu_fn() local456 INIT_WORK(&isw->work, inode_switch_wbs_work_fn); in inode_switch_wbs_rcu_fn()457 queue_work(isw_wq, &isw->work); in inode_switch_wbs_rcu_fn()472 struct inode_switch_wbs_context *isw; in inode_switch_wbs() local478 isw = kzalloc(sizeof(*isw), GFP_ATOMIC); in inode_switch_wbs()479 if (!isw) in inode_switch_wbs()[all …]