Searched refs:revalidate_wq (Results 1 – 2 of 2) sorted by relevance
78 fsc->revalidate_wq = alloc_workqueue("ceph-revalidate", 0, 1); in ceph_fscache_register_fs()79 if (fsc->revalidate_wq == NULL) in ceph_fscache_register_fs()331 if (fsc->revalidate_wq) in ceph_fscache_unregister_fs()332 destroy_workqueue(fsc->revalidate_wq); in ceph_fscache_unregister_fs()376 if (fsc->revalidate_wq == NULL || ci->fscache == NULL) in ceph_queue_revalidate()381 if (queue_work(ceph_sb_to_client(inode->i_sb)->revalidate_wq, in ceph_queue_revalidate()
105 struct workqueue_struct *revalidate_wq; member