Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dsuper.c29 static struct workqueue_struct *ntfs_wq; variable
2411 queue_work(ntfs_wq, &vol->precalc_work); in ntfs_fill_super()
2587 ntfs_wq = alloc_workqueue("ntfs-bg-io", WQ_PERCPU, 0); in ntfs_workqueue_destroy()
2588 if (!ntfs_wq) in ntfs_workqueue_destroy()
2595 destroy_workqueue(ntfs_wq);
2596 ntfs_wq = NULL;