Searched refs:l_work (Results 1 – 3 of 3) sorted by relevance
51 struct work_struct l_work; member
168 INIT_WORK(&lockres->l_work, user_dlm_unblock_lock); in __user_dlm_queue_lockres()170 queue_work(user_dlm_worker, &lockres->l_work); in __user_dlm_queue_lockres()287 container_of(work, struct user_lock_res, l_work); in user_dlm_unblock_lock()
967 cancel_delayed_work_sync(&mp->m_log->l_work); in xfs_log_quiesce()1254 queue_delayed_work(mp->m_sync_workqueue, &mp->m_log->l_work, in xfs_log_work_queue()1290 struct xlog, l_work); in xfs_log_worker()1350 INIT_DELAYED_WORK(&log->l_work, xfs_log_worker); in xlog_alloc_log()