Searched refs:xc_push_work (Results 1 – 2 of 2) sorted by relevance
645 container_of(work, struct xfs_cil, xc_push_work); in xlog_cil_push_work()921 queue_work(log->l_mp->m_cil_workqueue, &cil->xc_push_work); in xlog_cil_push_background()966 flush_work(&cil->xc_push_work); in xlog_cil_push_now()979 queue_work(log->l_mp->m_cil_workqueue, &cil->xc_push_work); in xlog_cil_push_now()1213 INIT_WORK(&cil->xc_push_work, xlog_cil_push_work); in xlog_cil_init()
275 struct work_struct xc_push_work; member