Home
last modified time | relevance | path

Searched refs:xc_push_work (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_log_cil.c871 xc_push_work); in xlog_cil_push_work()
904 queue_work(log->l_mp->m_cil_workqueue, &cil->xc_push_work); in xlog_cil_push_background()
929 flush_work(&cil->xc_push_work); in xlog_cil_push_now()
942 queue_work(log->l_mp->m_cil_workqueue, &cil->xc_push_work); in xlog_cil_push_now()
1168 INIT_WORK(&cil->xc_push_work, xlog_cil_push_work); in xlog_cil_init()
Dxfs_log_priv.h280 struct work_struct xc_push_work; member