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.c456 mod_delayed_work_on(cpu, mp->m_inodegc_wq, &gc->work, 0); in xfs_inodegc_queue_all()
472 flush_workqueue(mp->m_inodegc_wq); in xfs_inodegc_wait_all()
1947 flush_workqueue(mp->m_inodegc_wq); in xfs_inodegc_stop()
2113 mod_delayed_work_on(current_cpu(), mp->m_inodegc_wq, &gc->work, in xfs_inodegc_queue()
2213 mod_delayed_work_on(cpu, mp->m_inodegc_wq, &gc->work, 0); in xfs_inodegc_shrinker_scan()
H A Dxfs_super.c570 mp->m_inodegc_wq = alloc_workqueue("xfs-inodegc/%s", in xfs_init_mount_workqueues()
573 if (!mp->m_inodegc_wq) in xfs_init_mount_workqueues()
584 destroy_workqueue(mp->m_inodegc_wq); in xfs_init_mount_workqueues()
603 destroy_workqueue(mp->m_inodegc_wq); in xfs_destroy_mount_workqueues()
H A Dxfs_mount.h115 struct workqueue_struct *m_inodegc_wq; member