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
1871 fileinfo_put_wq = alloc_workqueue("cifsfileinfoput",
1873 if (!fileinfo_put_wq) {
1974 destroy_workqueue(fileinfo_put_wq);
2010 destroy_workqueue(fileinfo_put_wq);
H A Dcifsglob.h2089 extern struct workqueue_struct *fileinfo_put_wq;
H A Dfile.c820 queue_work(fileinfo_put_wq, &cifs_file->put);
939 queue_work(fileinfo_put_wq, &cifs_file->put);

Completed in 234 milliseconds