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

/linux-master/fs/smb/client/
H A Dcifsfs.c156 struct workqueue_struct *fileinfo_put_wq; variable in typeref:struct:workqueue_struct
1874 fileinfo_put_wq = alloc_workqueue("cifsfileinfoput",
1876 if (!fileinfo_put_wq) {
1971 destroy_workqueue(fileinfo_put_wq);
2006 destroy_workqueue(fileinfo_put_wq);
H A Dcifsglob.h2109 extern struct workqueue_struct *fileinfo_put_wq;
H A Dfile.c630 queue_work(fileinfo_put_wq, &cifs_file->put);
749 queue_work(fileinfo_put_wq, &cifs_file->put);

Completed in 134 milliseconds