Home
last modified time | relevance | path

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

/linux/fs/ntfs/
H A Dsuper.c30 static struct workqueue_struct *ntfs_wq; variable
2470 queue_work(ntfs_wq, &vol->precalc_work); in ntfs_fill_super()
2652 ntfs_wq = alloc_workqueue("ntfs-bg-io", 0, 0); in ntfs_workqueue_init()
2653 if (!ntfs_wq) in ntfs_workqueue_init()
2660 destroy_workqueue(ntfs_wq); in ntfs_workqueue_destroy()
2661 ntfs_wq = NULL; in ntfs_workqueue_destroy()