Searched refs:isw (Results 1 – 1 of 1) sorted by relevance
464 struct inode_switch_wbs_context *isw = in inode_switch_wbs_work_fn() local466 struct backing_dev_info *bdi = inode_to_bdi(isw->inodes[0]); in inode_switch_wbs_work_fn()467 struct bdi_writeback *old_wb = isw->inodes[0]->i_wb; in inode_switch_wbs_work_fn()468 struct bdi_writeback *new_wb = isw->new_wb; in inode_switch_wbs_work_fn()496 for (inodep = isw->inodes; *inodep; inodep++) { in inode_switch_wbs_work_fn()512 for (inodep = isw->inodes; *inodep; inodep++) in inode_switch_wbs_work_fn()515 kfree(isw); in inode_switch_wbs_work_fn()560 struct inode_switch_wbs_context *isw; in inode_switch_wbs() local570 isw = kzalloc(sizeof(*isw) + 2 * sizeof(struct inode *), GFP_ATOMIC); in inode_switch_wbs()571 if (!isw) in inode_switch_wbs()[all …]