Searched refs:inode_switch_wbs_work_fn (Results 1 – 3 of 3) sorted by relevance
268 void inode_switch_wbs_work_fn(struct work_struct *work);
713 INIT_WORK(&wb->switch_work, inode_switch_wbs_work_fn); in cgwb_create()845 INIT_WORK(&bdi->wb.switch_work, inode_switch_wbs_work_fn); in cgwb_bdi_init()
565 void inode_switch_wbs_work_fn(struct work_struct *work) in inode_switch_wbs_work_fn() function