Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_icache.c461 queue_work_on(cpu, mp->m_inodegc_wq, &gc->work); in xfs_inodegc_queue_all()
2056 queue_work(mp->m_inodegc_wq, &gc->work); in xfs_inodegc_queue()
2101 queue_work(mp->m_inodegc_wq, &gc->work); in xfs_inodegc_cpu_dead()
2197 queue_work_on(cpu, mp->m_inodegc_wq, &gc->work); in xfs_inodegc_shrinker_scan()
Dxfs_super.c541 mp->m_inodegc_wq = alloc_workqueue("xfs-inodegc/%s", in xfs_init_mount_workqueues()
544 if (!mp->m_inodegc_wq) in xfs_init_mount_workqueues()
555 destroy_workqueue(mp->m_inodegc_wq); in xfs_init_mount_workqueues()
574 destroy_workqueue(mp->m_inodegc_wq); in xfs_destroy_mount_workqueues()
Dxfs_mount.h113 struct workqueue_struct *m_inodegc_wq; member