Searched refs:ocfs2_wq (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/fs/ocfs2/ |
H A D | super.h | 29 extern struct workqueue_struct *ocfs2_wq;
|
H A D | super.c | 86 struct workqueue_struct *ocfs2_wq = NULL; variable in typeref:struct:workqueue_struct 1602 ocfs2_wq = create_singlethread_workqueue("ocfs2_wq"); ocfs2_init() 1603 if (!ocfs2_wq) { ocfs2_init() 1626 destroy_workqueue(ocfs2_wq); ocfs2_init() 1639 if (ocfs2_wq) { ocfs2_exit() 1640 flush_workqueue(ocfs2_wq); ocfs2_exit() 1641 destroy_workqueue(ocfs2_wq); ocfs2_exit()
|
H A D | journal.c | 234 flush_workqueue(ocfs2_wq); ocfs2_recovery_exit() 1303 queue_work(ocfs2_wq, &journal->j_recovery_work); ocfs2_queue_recovery_completion() 1862 * every slot, queuing a recovery of the slot on the ocfs2_wq thread. This 1948 queue_delayed_work(ocfs2_wq, &os->os_orphan_scan_work, ocfs2_orphan_scan_work() 1988 queue_delayed_work(ocfs2_wq, &os->os_orphan_scan_work, ocfs2_orphan_scan_start()
|
H A D | localalloc.c | 390 flush_workqueue(ocfs2_wq); ocfs2_shutdown_local_alloc() 1091 queue_delayed_work(ocfs2_wq, &osb->la_enable_wq, ocfs2_recalc_la_window()
|
H A D | quota_global.c | 729 queue_work(ocfs2_wq, &osb->dquot_drop_work); ocfs2_release_dquot()
|
H A D | alloc.c | 6064 queue_delayed_work(ocfs2_wq, &osb->osb_truncate_log_wq, ocfs2_schedule_truncate_log_flush() 6239 flush_workqueue(ocfs2_wq); ocfs2_truncate_log_shutdown()
|
H A D | dlmglue.c | 3673 * dlmglue API and push these off to the ocfs2_wq in the future.
|
Completed in 286 milliseconds