Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_icache.c462 mod_delayed_work_on(cpu, mp->m_inodegc_wq, &gc->work, 0); in xfs_inodegc_queue_all()
478 flush_workqueue(mp->m_inodegc_wq); in xfs_inodegc_wait_all()
2052 flush_workqueue(mp->m_inodegc_wq); in xfs_inodegc_stop()
2218 mod_delayed_work_on(current_cpu(), mp->m_inodegc_wq, &gc->work, in xfs_inodegc_queue()
2318 mod_delayed_work_on(cpu, mp->m_inodegc_wq, &gc->work, 0); in xfs_inodegc_shrinker_scan()
H A Dxfs_super.c668 mp->m_inodegc_wq = alloc_workqueue("xfs-inodegc/%s", in xfs_init_mount_workqueues()
671 if (!mp->m_inodegc_wq) in xfs_init_mount_workqueues()
683 destroy_workqueue(mp->m_inodegc_wq); in xfs_init_mount_workqueues()
702 destroy_workqueue(mp->m_inodegc_wq); in xfs_destroy_mount_workqueues()
H A Dxfs_mount.h179 struct workqueue_struct *m_inodegc_wq; member