Home
last modified time | relevance | path

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

/fs/ocfs2/
Dquota_global.c28 static struct workqueue_struct *ocfs2_quota_wq = NULL; variable
354 queue_delayed_work(ocfs2_quota_wq, &oinfo->dqi_sync_work, in ocfs2_global_read_info()
607 queue_delayed_work(ocfs2_quota_wq, &oinfo->dqi_sync_work, in qsync_work_fn()
849 ocfs2_quota_wq = create_workqueue("o2quot"); in ocfs2_quota_setup()
850 if (!ocfs2_quota_wq) in ocfs2_quota_setup()
857 if (ocfs2_quota_wq) { in ocfs2_quota_shutdown()
858 flush_workqueue(ocfs2_quota_wq); in ocfs2_quota_shutdown()
859 destroy_workqueue(ocfs2_quota_wq); in ocfs2_quota_shutdown()
860 ocfs2_quota_wq = NULL; in ocfs2_quota_shutdown()