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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dquota_global.c66 static struct workqueue_struct *ocfs2_quota_wq = NULL; variable in typeref:struct:workqueue_struct
403 queue_delayed_work(ocfs2_quota_wq, &oinfo->dqi_sync_work,
638 queue_delayed_work(ocfs2_quota_wq, &oinfo->dqi_sync_work,
929 ocfs2_quota_wq = create_workqueue("o2quot");
930 if (!ocfs2_quota_wq)
937 if (ocfs2_quota_wq) {
938 flush_workqueue(ocfs2_quota_wq);
939 destroy_workqueue(ocfs2_quota_wq);
940 ocfs2_quota_wq = NULL;

Completed in 49 milliseconds